diff options
| author | bhgv <bhgv.empire@gmail.com> | 2019-03-06 02:50:05 +0300 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2019-03-06 02:50:05 +0300 |
| commit | d1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 (patch) | |
| tree | 77264b473051fc6569dc4e30c609804d725c37b2 /Linux | |
| parent | c8a8f18fa610d27eb73d1d79a5f9f6a306fdf225 (diff) | |
Linux-Framebuffer graphics output was added. now no X needed for Inferno-graphics/GUI.
Diffstat (limited to 'Linux')
| -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 |
