aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_defs.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-06-25 00:51:05 +1000
committerinmarket <andrewh@inmarket.com.au>2014-06-25 00:51:05 +1000
commitdc0f291350e8f44ceaf889c559f05342feacf6c9 (patch)
treee968276e1b6ae5b6cd53b8782cfd27635ff53d72 /src/gos/sys_defs.h
parent124e0fcc19919c83ae76aede59d48f010c0a1dc8 (diff)
downloaduGFX-dc0f291350e8f44ceaf889c559f05342feacf6c9.tar.gz
uGFX-dc0f291350e8f44ceaf889c559f05342feacf6c9.tar.bz2
uGFX-dc0f291350e8f44ceaf889c559f05342feacf6c9.zip
First cut eCos port
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r--src/gos/sys_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index c55cdf73..9da9dff0 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -451,6 +451,8 @@
#include "src/gos/osx.h"
#elif GFX_USE_OS_RAW32
#include "src/gos/raw32.h"
+#elif GFX_USE_OS_ECOS
+ #include "src/gos/ecos.h"
#else
#error "Your operating system is not supported yet"
#endif