summaryrefslogtreecommitdiff
path: root/libc/include/msdos/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/msdos/types.h')
-rw-r--r--libc/include/msdos/types.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/libc/include/msdos/types.h b/libc/include/msdos/types.h
new file mode 100644
index 0000000..b6628bd
--- /dev/null
+++ b/libc/include/msdos/types.h
@@ -0,0 +1,22 @@
+
+/* arch/i86/include/asm/types.h - Basic Linux/MT data types. */
+
+#ifndef __MSDOS_TYPES
+#define __MSDOS_TYPES
+
+#include <asm/types.h>
+
+typedef __u32 off_t;
+typedef __u32 time_t;
+typedef __u16 mode_t;
+typedef __u32 loff_t;
+typedef __u32 speed_t;
+
+typedef __u32 tcflag_t;
+typedef __u8 cc_t;
+typedef __u16 size_t;
+
+typedef int ptrdiff_t;
+
+#endif
+