Changeset b1d15e7 in mainline for uspace/srv/hw/netif/dp8390/dp8390_drv.h
- Timestamp:
- 2011-01-06T20:16:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c2f3e0b
- Parents:
- 196ef08 (diff), e0854e3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390_drv.h
r196ef08 rb1d15e7 55 55 /** Processes the interrupt. 56 56 * @param[in,out] dep The network interface structure. 57 * @param[in] isr The interrupt status register.58 57 */ 59 void dp_check_ints( dpeth_t *dep, int isr);58 void dp_check_ints(int nil_phone, device_id_t device_id, dpeth_t *dep, int isr); 60 59 61 60 /** Probes and initializes the network interface. … … 70 69 * @param[in] packet The packet t be sent. 71 70 * @param[in] from_int The value indicating whether the sending is initialized from the interrupt handler. 72 * @returns 71 * @returns 73 72 */ 74 73 int do_pwrite(dpeth_t * dep, packet_t *packet, int from_int); 75 76 /** Prints out network interface information.77 * @param[in] dep The network interface structure.78 */79 void dp8390_dump(dpeth_t * dep);80 74 81 75 #endif
Note:
See TracChangeset
for help on using the changeset viewer.