USB: serial: option: reimplement interface masking
[linux/fpc-iii.git] / arch / score / include / asm / io.h
blob37ce8723b06bfa70784e689940144ee3ee37453d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SCORE_IO_H
3 #define _ASM_SCORE_IO_H
5 #include <asm-generic/io.h>
7 #define virt_to_bus virt_to_phys
8 #define bus_to_virt phys_to_virt
9 #endif /* _ASM_SCORE_IO_H */