Changeset db96017 in mainline for uspace/lib/drv/include/remote_nic.h
- Timestamp:
- 2012-04-07T17:41:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b6913b7
- Parents:
- b69e4c0 (diff), 6bb169b5 (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
-
uspace/lib/drv/include/remote_nic.h (moved) (moved from kernel/arch/ia32/include/drivers/vesa.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/remote_nic.h
rb69e4c0 rdb96017 1 1 /* 2 * Copyright (c) 20 06 Jakub Vana2 * Copyright (c) 2011 Radim Vansa 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup ia3229 /** @addtogroup libdrv 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ia32_VESA_H_36 #define KERN_ia32_VESA_H_35 #ifndef LIBDRV_REMOTE_NIC_H_ 36 #define LIBDRV_REMOTE_NIC_H_ 37 37 38 #include <typedefs.h> 39 40 extern bool vesa_init(void); 38 extern remote_iface_t remote_nic_iface; 41 39 42 40 #endif 43 41 44 /** @} 42 /** 43 * @} 45 44 */
Note:
See TracChangeset
for help on using the changeset viewer.
