Replace the epicsBoolean type in epicsTypes.h

This commit is contained in:
Andrew Johnson
2014-10-30 14:40:19 -05:00
parent 3eb6a66f3c
commit 6c14dc194c

View File

@@ -26,6 +26,11 @@
# endif
#endif
typedef enum {
epicsFalse = 0,
epicsTrue = 1
} epicsBoolean;
/*
* Architecture Independent Data Types
* These are sufficient for all our current archs