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