]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/score/include/asm/io.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / score / include / asm / io.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
6bc9a396
CL
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
6bc9a396 9#endif /* _ASM_SCORE_IO_H */