home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / bsd / machine / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-27  |  399 b   |  17 lines

  1. /*
  2.  * Copyright 1995 NeXT Computer, Inc. All rights reserved.
  3.  */
  4. #ifndef _BSD_MACHINE_ENDIAN_H_
  5. #define _BSD_MACHINE_ENDIAN_H_
  6.  
  7. /*
  8.  * ARCH_INCLUDE.h provides a facility for including architecture
  9.  * specific files without enumerating every possible architecture
  10.  * in this file.
  11.  */
  12. #include <architecture/ARCH_INCLUDE.h>
  13.  
  14. #include ARCH_INCLUDE(bsd/, endian.h)
  15.  
  16. #endif /* _BSD_MACHINE_ENDIAN_H_ */
  17.