/* * fd.h * floppy * * Created by D. Gatwood on Tue Jan 01 2002. * Copyright (c) 2001 The MkLinux Project. All rights reserved. * */ #define NFD 1 typedef unsigned int uint_t; typedef volatile unsigned int vuint_t; /* * A natural_t is the type for the native * integer type, e.g. 32 or 64 or.. whatever * register size the machine has. Unsigned, it is * used for entities that might be either * unsigned integers or pointers, and for * type-casting between the two. * For instance, the IPC system represents * a port in user space as an integer and * in kernel space as a pointer. */ #include #define NULL ((void *)0) #define _BIG_ENDIAN 1