mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
9 lines
182 B
C
9 lines
182 B
C
/* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:55 simonb Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MACHINE_BSWAP_H_ */
|