xref: /rk3399_rockchip-uboot/include/linux/io.h (revision 10a03382f0f8e774e58df7143e1a8ea52903ae1f)
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 */
11