Changeset 259 for trunk/hal/x86_64/core
- Timestamp:
- Jul 20, 2017, 3:06:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r257 r259 71 71 } 72 72 73 /* -------------------------------------------------------------------------- */ 74 75 void hal_drivers_nic_init(chdev_t *nic, uint32_t impl) 76 { 77 x86_panic("NIC driver not implemented"); 78 }
Note: See TracChangeset
for help on using the changeset viewer.