Changeset 2bd4fdf in mainline for arch/mips/include/asm.h


Ignore:
Timestamp:
2005-09-06T23:10:17Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b512a8
Parents:
2c9de7e
Message:

MIPS bug fixes.
Added usermode to MIPS, unfortunately impossible to test until
MM is ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/include/asm.h

    r2c9de7e r2bd4fdf  
    3131
    3232#include <arch/types.h>
     33#include <typedefs.h>
    3334#include <config.h>
    3435
     
    5051}
    5152
    52 void cpu_halt(void);
    53 void asm_delay_loop(__u32 t);
    54 
     53extern void cpu_halt(void);
     54extern void asm_delay_loop(__u32 t);
     55extern void userspace_asm(__address ustack);
    5556
    5657#endif
Note: See TracChangeset for help on using the changeset viewer.