Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / includes / lunaix / types.h
index d4273d8f98451d0d79c052cae92775e9d63d4fbd..9aff5ab60a13bf0b33ea7824136ed145b1f46e11 100644 (file)
@@ -16,11 +16,10 @@ typedef unsigned short u16_t;
 typedef unsigned int u32_t;
 typedef unsigned long long u64_t;
 typedef unsigned long ptr_t;
+typedef unsigned long reg_t;
 
 typedef int pid_t;
 typedef signed long ssize_t;
-// typedef unsigned long size_t;
-// typedef unsigned long off_t;
 
 typedef unsigned int cpu_t;