mirror of https://github.com/acidanthera/audk.git
9 lines
190 B
C
9 lines
190 B
C
|
/* $NetBSD: bswap.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_BSWAP_H_
|
||
|
#define _MACHINE_BSWAP_H_
|
||
|
|
||
|
#include <sys/bswap.h>
|
||
|
|
||
|
#endif /* !_MACHINE_BSWAP_H_ */
|