Changeset 9239333 in mainline for uspace/srv/kbd/port/z8530.c
- Timestamp:
- 2009-04-15T15:44:51Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d15815e2
- Parents:
- f03afad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/port/z8530.c
rf03afad r9239333 41 41 #include <kbd.h> 42 42 #include <kbd_port.h> 43 #include <sun.h> 43 44 #include <sys/types.h> 44 45 #include <ddi.h> … … 83 84 static void z8530_irq_handler(ipc_callid_t iid, ipc_call_t *call); 84 85 85 int kbd_port_init(void)86 int z8530_port_init(void) 86 87 { 87 88 async_set_interrupt_received(z8530_irq_handler);
Note:
See TracChangeset
for help on using the changeset viewer.