From d1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 Mon Sep 17 00:00:00 2001 From: bhgv Date: Wed, 6 Mar 2019 02:50:05 +0300 Subject: Linux-Framebuffer graphics output was added. now no X needed for Inferno-graphics/GUI. --- Linux/arm/include/emu.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Linux') 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 -- cgit v1.2.3