X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fos.h;h=41a1ef7a7be9ce6fd58e9cb435ffd123c2ce76ba;hb=2ce39c1d757d9214774af12185522c72727bcdf4;hp=c29bd59ea5df387b8ca6cc9a96c2ad872d26b6d9;hpb=4893c48a2b4ec84cf94ff75cefde767ca26bcf6e;p=bertos.git diff --git a/bertos/cfg/os.h b/bertos/cfg/os.h index c29bd59e..41a1ef7a 100644 --- a/bertos/cfg/os.h +++ b/bertos/cfg/os.h @@ -53,10 +53,10 @@ // FIXME: Maybe disable Win32 exceptions? typedef int cpuflags_t; - #define IRQ_DISABLE /* FIXME */ - #define IRQ_ENABLE /* FIXME */ - #define IRQ_SAVE_DISABLE(old_sigs) /* FIXME */ - #define IRQ_RESTORE(old_sigs) /* FIXME */ + #define IRQ_DISABLE FIXME + #define IRQ_ENABLE FIXME + #define IRQ_SAVE_DISABLE(old_sigs) FIXME + #define IRQ_RESTORE(old_sigs) FIXME #else #define OS_WIN32 0 @@ -131,6 +131,9 @@ #define OS_DARWIN 0 #endif + +#include /* For ARCH_QT */ + /* * We want Qt and other frameworks to look like OSes because you would * tipically want their portable abstractions if you're using one of these.