1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _ASM_SCORE_IO_H 3 #define _ASM_SCORE_IO_H 4 5 #include <asm-generic/io.h> 6 7 #define virt_to_bus virt_to_phys 8 #define bus_to_virt phys_to_virt 9 #endif /* _ASM_SCORE_IO_H */ 10
1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _ASM_SCORE_IO_H 3 #define _ASM_SCORE_IO_H 4 5 #include <asm-generic/io.h> 6 7 #define virt_to_bus virt_to_phys 8 #define bus_to_virt phys_to_virt 9 #endif /* _ASM_SCORE_IO_H */ 10