Searched refs:FLAG_ALT_R (Results 1 – 2 of 2) sorted by relevance
| /bsp/x86/drivers/ | ||
| A D | keyboard.h | 33 #define FLAG_ALT_R 0x4000 /* Alternate key */ macro |
| A D | keyboard.c | 251 key |= alt_r ? FLAG_ALT_R : 0; in keyboard_read() |
Completed in 5 milliseconds