Changeset 2bd4fdf in mainline for arch/mips/include/asm.h
- Timestamp:
- 2005-09-06T23:10:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b512a8
- Parents:
- 2c9de7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/asm.h
r2c9de7e r2bd4fdf 31 31 32 32 #include <arch/types.h> 33 #include <typedefs.h> 33 34 #include <config.h> 34 35 … … 50 51 } 51 52 52 void cpu_halt(void);53 void asm_delay_loop(__u32 t);54 53 extern void cpu_halt(void); 54 extern void asm_delay_loop(__u32 t); 55 extern void userspace_asm(__address ustack); 55 56 56 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.