summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/byte_swap.h
blob: 7b7bd676ca52eec5d09a8e5f6d82c2f8ed0964d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $NetBSD: byte_swap.h,v 1.12 2018/05/16 12:40:43 reinoud Exp $ */

/*
 * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018
 * Do not modify directly!
 */
#ifndef _USERMODE_BYTE_SWAP_H
#define _USERMODE_BYTE_SWAP_H

#if defined(__i386__)
#include "../../i386/include/byte_swap.h"
#elif defined(__x86_64__)
#include "../../amd64/include/byte_swap.h"
#elif defined(__arm__)
#include "../../arm/include/byte_swap.h"
#else
#error port me
#endif

#endif