Changes in uspace/srv/kbd/port/i8042.c [c145bc2:f954906] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/kbd/port/i8042.c ¶
rc145bc2 rf954906 160 160 } 161 161 162 void kbd_port_write(uint8_t data)163 {164 pio_write_8(&i8042->data, data);165 wait_ready();166 }167 168 162 static void i8042_irq_handler(ipc_callid_t iid, ipc_call_t *call) 169 163 {
Note:
See TracChangeset
for help on using the changeset viewer.