More MP work (now APs start and use the LAPIC timer)
[tpg/acess2.git] / Usermode / include / sys / types.h
index 03ee846..2fad39f 100644 (file)
@@ -1,6 +1,8 @@
-
+/*
+ */
 #ifndef _SYS_TYPES_H
 #define _SYS_TYPES_H
+#include <stdint.h>
 
 typedef struct {
        int             st_dev;         //dev_t
@@ -25,4 +27,9 @@ typedef struct {
 #define                S_IFSOCK        0140000 /* socket */
 #define                S_IFIFO 0010000 /* fifo */
 
+
+typedef uint32_t       pid_t;
+typedef uint32_t       tid_t;
+typedef  int64_t       time_t;
+
 #endif

UCC git Repository :: git.ucc.asn.au