diff options
Diffstat (limited to 'Linux/arm/include/emu.h')
| -rw-r--r-- | Linux/arm/include/emu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Linux/arm/include/emu.h b/Linux/arm/include/emu.h index 7f2b101..c05e230 100644 --- a/Linux/arm/include/emu.h +++ b/Linux/arm/include/emu.h @@ -4,6 +4,9 @@ * implementation of the current-process variable `up'. */ +#ifndef _EMU_H_ +#define _EMU_H_ + /* * This structure must agree with FPsave and FPrestore asm routines */ @@ -32,3 +35,6 @@ extern Proc* getup(void); typedef sigjmp_buf osjmpbuf; #define ossetjmp(buf) sigsetjmp(buf, 1) + + +#endif //_EMU_H_
\ No newline at end of file |
