Changeset 00aece0 in mainline for uspace/lib/drv/include/remote_nic.h
- Timestamp:
- 2012-02-18T16:47:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4449c6c
- Parents:
- bd5f3b7 (diff), f943dd3 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/remote_nic.h
rbd5f3b7 r00aece0 1 1 /* 2 * Copyright (c) 2011 Vojtech Horky2 * Copyright (c) 2011 Radim Vansa 3 3 * All rights reserved. 4 4 * … … 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 /** @addtogroup drvusbohci 28 29 /** @addtogroup libdrv 29 30 * @{ 30 31 */ 31 32 /** @file 32 * Common OHCI definitions.33 33 */ 34 #ifndef DRV_OHCI_IFACE_H35 #define DRV_OHCI_IFACE_H36 34 37 #include <usbhc_iface.h> 35 #ifndef LIBDRV_REMOTE_NIC_H_ 36 #define LIBDRV_REMOTE_NIC_H_ 38 37 39 extern usbhc_iface_t hc_iface;38 extern remote_iface_t remote_nic_iface; 40 39 41 40 #endif 41 42 42 /** 43 43 * @} 44 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.