Changeset 869d936 in mainline for uspace/lib/nic/include
- Timestamp:
- 2014-07-18T08:11:34Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5424e9
- Parents:
- fc6abbe
- Location:
- uspace/lib/nic/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
rfc6abbe r869d936 216 216 217 217 /* Functions called in add_device */ 218 extern int nic_connect_to_services(nic_t *);219 218 extern int nic_get_resources(nic_t *, hw_res_list_parsed_t *); 220 219 extern void nic_set_specific(nic_t *, void *); … … 245 244 extern void nic_received_frame(nic_t *, nic_frame_t *); 246 245 extern void nic_received_frame_list(nic_t *, nic_frame_list_t *); 247 extern void nic_disable_interrupt(nic_t *, int);248 extern void nic_enable_interrupt(nic_t *, int);249 246 extern nic_poll_mode_t nic_query_poll_mode(nic_t *, struct timeval *); 250 247 -
uspace/lib/nic/include/nic_driver.h
rfc6abbe r869d936 80 80 /** Client callback session */ 81 81 async_sess_t *client_session; 82 /** Phone to APIC or i8259 */83 async_sess_t *irc_session;84 82 /** Current polling mode of the NIC */ 85 83 nic_poll_mode_t poll_mode;
Note:
See TracChangeset
for help on using the changeset viewer.