diff options
Diffstat (limited to 'Linux/386/include/emu.h')
| -rw-r--r-- | Linux/386/include/emu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Linux/386/include/emu.h b/Linux/386/include/emu.h index cdef342..be7381c 100644 --- a/Linux/386/include/emu.h +++ b/Linux/386/include/emu.h @@ -7,6 +7,10 @@ /* * This structure must agree with FPsave and FPrestore asm routines */ + +#ifndef _EMU_H +#define _EMU_H + typedef struct FPU FPU; struct FPU { @@ -31,3 +35,5 @@ extern Proc* getup(void); typedef sigjmp_buf osjmpbuf; #define ossetjmp(buf) sigsetjmp(buf, 1) + +#endif |
