blob: bfd856c0de296b7c181ac263a0462d8f23c2fed6 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: endian.h,v 1.2 1996/11/25 13:11:14 niklas Exp $ */
/* $NetBSD: endian.h,v 1.7 1994/10/26 02:06:09 cgd Exp $ */
#ifndef _MACHINE_ENDIAN_H_
#define _MACHINE_ENDIAN_H_
#include <m68k/endian.h>
#endif
|