Changeset 252 for trunk/hal/x86_64/core/hal_drivers.c
- Timestamp:
- Jul 20, 2017, 1:30:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_drivers.c
r250 r252 36 36 /* -------------------------------------------------------------------------- */ 37 37 38 void hal_drivers_pic_init(chdev_t *pic )38 void hal_drivers_pic_init(chdev_t *pic, uint32_t impl) 39 39 { 40 if (impl != IMPL_PIC_I86) { 41 x86_panic("undefined PIC device implementation"); 42 } 43 40 44 pic_apic_init(pic); 41 45
Note: See TracChangeset
for help on using the changeset viewer.