Changes in uspace/srv/kbd/port/pl050.c [c145bc2:6ac14a70] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/port/pl050.c
rc145bc2 r6ac14a70 102 102 } 103 103 104 void kbd_port_write(uint8_t data)105 {106 (void) data;107 }108 109 104 static void pl050_irq_handler(ipc_callid_t iid, ipc_call_t *call) 110 105 {
Note:
See TracChangeset
for help on using the changeset viewer.