![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 #ifndef __ASM_CSKY_ADDRSPACE_H 0004 #define __ASM_CSKY_ADDRSPACE_H 0005 0006 #define KSEG0 0x80000000ul 0007 #define KSEG0ADDR(a) (((unsigned long)a & 0x1fffffff) | KSEG0) 0008 0009 #endif /* __ASM_CSKY_ADDRSPACE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |