Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
525d187afb418a4deef8916844f5f7744da402a8
/
.
/
include
/
linux
/
io.h
blob: 1b36a2299e1b095f298e550242207f5141852fde [
file
] [
log
] [
blame
]
Masahiro Yamada
af22ac6
2015-05-15 22:05:18 +0900
[
diff
] [
blame
]
1
/*
2
* SPDX-License-Identifier: GPL-2.0+
3
*/
4
5
#ifndef
_LINUX_IO_H
6
#define
_LINUX_IO_H
7
8
#include
<asm/io.h>
9
10
#endif
/* _LINUX_IO_H */