mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
9 lines
168 B
C
9 lines
168 B
C
/* $NetBSD: bswap.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#include <sh3/bswap.h>
|
|
|
|
#endif /* _MACHINE_BSWAP_H_ */
|