Ignore:
File:
1 edited

Legend:

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

    rd99c1d2 rc22e964  
    3636#define KERN_mips32_ASM_H_
    3737
     38#include <arch/types.h>
    3839#include <typedefs.h>
    3940#include <config.h>
     
    6566}
    6667
    67 extern void cpu_halt(void) __attribute__((noreturn));
     68extern void cpu_halt(void);
    6869extern void asm_delay_loop(uint32_t t);
    6970extern void userspace_asm(uintptr_t ustack, uintptr_t uspace_uarg,
Note: See TracChangeset for help on using the changeset viewer.