From 48798bf2eb93ec3b99720ac2e16093441156653d Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 5 Oct 1997 15:05:09 +0200 Subject: Import Dev86src-0.13.0.tar.gz --- libc/include/msdos/types.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libc/include/msdos/types.h (limited to 'libc/include/msdos/types.h') 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 + +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 + -- cgit v1.2.1