Changeset 154 for trunk/hal/x86_64/core/hal_apic.h
- Timestamp:
- Jul 7, 2017, 9:16:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_apic.h
r152 r154 22 22 #ifndef x86_ASM 23 23 char hal_com_read(); 24 void hal_com_send(char c); 24 void hal_com_send(uint8_t chan, char c); 25 void hal_com_init_early(); 25 26 26 27 void hal_ioapic_disable_entry(uint8_t index);
Note: See TracChangeset
for help on using the changeset viewer.