summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/sys/_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/sys/_types.h')
-rw-r--r--rtemsbsd/include/rtems/bsd/sys/_types.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/sys/_types.h b/rtemsbsd/include/rtems/bsd/sys/_types.h
index 44a19046..f1af2cbc 100644
--- a/rtemsbsd/include/rtems/bsd/sys/_types.h
+++ b/rtemsbsd/include/rtems/bsd/sys/_types.h
@@ -128,13 +128,27 @@ typedef union {
typedef int boolean_t;
+typedef clock_t __clock_t;
+
+typedef unsigned int __cpumask_t;
+
+typedef intptr_t __critical_t;
+
typedef struct device *device_t;
+typedef double __double_t;
+
+typedef float __float_t;
+
typedef intptr_t intfptr_t;
typedef uintptr_t uintfptr_t;
typedef uint32_t intrmask_t;
+typedef time_t __time_t;
+
+typedef ptrdiff_t __ptrdiff_t;
+
typedef char vm_memattr_t;
#endif /* _KERNEL */