X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fos.h;h=4630377e9eae19774e99197689bd8d81d77ea7ba;hb=68ac3bfba91119369e42240a732f542c0c6d2736;hp=7fe971294d17c3c4e35f830b1a7d668448ba9f3e;hpb=36743f1df2a4fa3839d6af0204330915af563e6b;p=bertos.git diff --git a/bertos/cfg/os.h b/bertos/cfg/os.h index 7fe97129..4630377e 100644 --- a/bertos/cfg/os.h +++ b/bertos/cfg/os.h @@ -47,7 +47,7 @@ #define OS_ID win32 // FIXME: Maybe disable Win32 exceptions? - typedef int cpuflags_t; + typedef int cpu_flags_t; #define IRQ_DISABLE FIXME #define IRQ_ENABLE FIXME #define IRQ_SAVE_DISABLE(old_sigs) FIXME @@ -66,7 +66,7 @@ * The POSIX moral equivalent of disabling IRQs is disabling signals. */ #include - typedef sigset_t cpuflags_t; + typedef sigset_t cpu_flags_t; #define SET_ALL_SIGNALS(sigs) \ do { \ @@ -127,7 +127,7 @@ #endif -#include /* For ARCH_QT */ +#include "cfg/cfg_arch.h" /* For ARCH_QT */ /* * We want Qt and other frameworks to look like OSes because you would