Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/abs32le/include/asm.h

    rd99c1d2 r82474ef  
    3636#define KERN_abs32le_ASM_H_
    3737
     38#include <arch/types.h>
    3839#include <typedefs.h>
    3940#include <config.h>
    4041
    41 static inline void asm_delay_loop(uint32_t usec)
    42 {
    43 }
     42extern void interrupt_handlers(void);
     43
     44extern void enable_l_apic_in_msr(void);
     45
     46
     47extern void asm_delay_loop(uint32_t);
     48extern void asm_fake_loop(uint32_t);
     49
    4450
    4551static inline __attribute__((noreturn)) void cpu_halt(void)
Note: See TracChangeset for help on using the changeset viewer.