Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jkirsher
/
net-queue
/
ec714e371f22f716a04e6ecb2a24988c92b26911
/
.
/
tools
/
include
/
asm
/
io.h
blob: eed5066f25c450b6092e4c0af39b3957f5a9f434 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_TOOLS_ASM_IO_H
#define
_TOOLS_ASM_IO_H
#if defined(__i386__) || defined(__x86_64__)
#include
"../../arch/x86/include/asm/io.h"
#else
#include
<asm-generic/io.h>
#endif
#endif
/* _TOOLS_ASM_IO_H */