[BACK]Return to endian.h CVS log [TXT][DIR] Up to [local] / sys / arch / hp300 / include

Annotation of sys/arch/hp300/include/endian.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: endian.h,v 1.3 1997/11/09 23:05:05 niklas Exp $       */
        !             2: /*     $NetBSD: endian.h,v 1.6 1994/10/26 07:26:22 cgd Exp $   */
        !             3:
        !             4: #ifndef _HP300_ENDIAN_H_
        !             5: #define _HP300_ENDIAN_H_
        !             6:
        !             7: /* Just use the common m68k definition */
        !             8: #include <m68k/endian.h>
        !             9:
        !            10: #endif /* _HP300_ENDIAN_H_ */

CVSweb