Changeset 8820544 in mainline for uspace/drv/nic/rtl8139/driver.c
- Timestamp:
- 2014-08-16T00:02:04Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35b8bfe, 8cd680c
- Parents:
- 83f29e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/driver.c
r83f29e0 r8820544 852 852 /** Handle device interrupt 853 853 * 854 * @param dev The rtl8139 device 855 * @param iid The IPC call id 856 * @param icall The IPC call structure 857 */ 858 static void rtl8139_interrupt_handler(ddf_dev_t *dev, ipc_callid_t iid, 859 ipc_call_t *icall) 854 * @param iid The IPC call id 855 * @param icall The IPC call structure 856 * @param dev The rtl8139 device 857 * 858 */ 859 static void rtl8139_interrupt_handler(ipc_callid_t iid, ipc_call_t *icall, 860 ddf_dev_t *dev) 860 861 { 861 862 assert(dev);
Note:
See TracChangeset
for help on using the changeset viewer.