mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
12 lines
222 B
C
12 lines
222 B
C
/* $NetBSD: bswap.h,v 1.1 2014/09/03 19:34:26 matt Exp $ */
|
|
|
|
#ifndef _OR1K_BSWAP_H_
|
|
#define _OR1K_BSWAP_H_
|
|
|
|
#include <or1k/byte_swap.h>
|
|
|
|
#define __BSWAP_RENAME
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* _OR1K_BSWAP_H_ */
|