/* Copyright (C) 2000 DJ Delorie, see COPYING.DJ for details */ #ifndef __dj_include_libc_getdinfo_h__ #define __dj_include_libc_getdinfo_h__ #ifndef __dj_ENFORCE_ANSI_FREESTANDING #ifndef __STRICT_ANSI__ #ifndef _POSIX_SOURCE /* For parsing the bits returned by _get_dev_info. */ #define _DEV_STDIN 0x0001 #define _DEV_STDOUT 0x0002 #define _DEV_NUL 0x0004 #define _DEV_CLOCK 0x0008 #define _DEV_RAW 0x0020 #define _DEV_CDEV 0x0080 #define _DEV_NO_INHERIT 0x1000 /* Undocumented. */ #define _DEV_IOCTRL 0x4000 #endif /* !_POSIX_SOURCE */ #endif /* !__STRICT_ANSI__ */ #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */ #endif