Revision 42
changed counter
kbc_func.h | ||
---|---|---|
28 | 28 |
void (kbc_ih)(void); |
29 | 29 |
|
30 | 30 |
/** |
31 |
* @brief Counter for sys_inb calls |
|
32 |
* @param increment Whether the value should be incremented or not |
|
33 |
* @return The current value of the counter |
|
34 |
*/ |
|
35 |
uint32_t (sys_inb_counter)(int get_increment); |
|
36 |
|
|
37 |
/** |
|
38 | 31 |
* @brief High-level function that polls keyboard for scancode |
39 | 32 |
* High-level function that polls keyboard for scancode of up to 2 bytes. If |
40 | 33 |
* scancode has only 1 byte, the second byte is set to 0x00. |
Also available in: Unified diff