blob: 3ec4f825ee763ba0699c6ea2b8cd88ac2efa74a2 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: endian.h,v 1.3 1997/11/09 23:05:05 niklas Exp $ */
/* $NetBSD: endian.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */
#ifndef _ATARI_ENDIAN_H_
#define _ATARI_ENDIAN_H_
#include <m68k/endian.h>
#endif /* _ATARI_ENDIAN_h_ */
|