Changeset 137 for trunk/hal/x86_64/core/hal_apic.h
- Timestamp:
 - Jul 4, 2017, 10:17:44 AM (8 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/hal/x86_64/core/hal_apic.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/hal/x86_64/core/hal_apic.h
r135 r137 21 21 22 22 #ifndef x86_ASM 23 void hal_ioapic_set_entry(uint8_t index, uint64_t data); 23 void hal_ioapic_disable_entry(uint8_t index); 24 void hal_ioapic_set_entry(uint8_t index, uint8_t vec, uint8_t dest); 24 25 25 26 uint32_t hal_lapic_gid(); … … 33 34 */ 34 35 35 #define IOENTRY_DISABLE 0x10000 36 36 37 37 38  
Note: See TracChangeset
          for help on using the changeset viewer.
      