Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / i386 / bswap.h @ 13

History | View | Annotate | Download (272 Bytes)

1
/*      $NetBSD: bswap.h,v 1.4 2008/10/26 06:57:30 mrg Exp $      */
2

    
3
/* Written by Manuel Bouyer. Public domain */
4

    
5
#ifndef _I386_BSWAP_H_
6
#define        _I386_BSWAP_H_
7

    
8
#include <machine/byte_swap.h>
9

    
10
#define __BSWAP_RENAME
11
#include <sys/bswap.h>
12

    
13
#endif /* !_I386_BSWAP_H_ */