9 lines
154 B
C
9 lines
154 B
C
|
/* $NetBSD: bswap.h,v 1.1 1999/01/15 13:31:28 bouyer Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_BSWAP_H_
|
||
|
#define _MACHINE_BSWAP_H_
|
||
|
|
||
|
#include <m68k/bswap.h>
|
||
|
|
||
|
#endif
|