Ignore:
Timestamp:
Jul 4, 2017, 10:17:44 AM (7 years ago)
Author:
max@…
Message:

improve the APIC implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_apic.h

    r135 r137  
    2121
    2222#ifndef x86_ASM
    23 void hal_ioapic_set_entry(uint8_t index, uint64_t data);
     23void hal_ioapic_disable_entry(uint8_t index);
     24void hal_ioapic_set_entry(uint8_t index, uint8_t vec, uint8_t dest);
    2425
    2526uint32_t hal_lapic_gid();
     
    3334 */
    3435
    35 #define IOENTRY_DISABLE 0x10000
     36
    3637
    3738
Note: See TracChangeset for help on using the changeset viewer.