summaryrefslogtreecommitdiff
path: root/libc/include/msdos/types.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-10-05 15:05:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:02 +0200
commit48798bf2eb93ec3b99720ac2e16093441156653d (patch)
tree35e03d95df5f2677f05e32d70abb6d0583aa47ba /libc/include/msdos/types.h
parent9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (diff)
downloaddev86-48798bf2eb93ec3b99720ac2e16093441156653d.tar.gz
Import Dev86src-0.13.0.tar.gzv0.13.0
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
+