repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: serial: option: reimplement interface masking
[linux/fpc-iii.git]
/
arch
/
score
/
include
/
asm
/
io.h
blob
37ce8723b06bfa70784e689940144ee3ee37453d
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 */