ata: start separating SATA specific code from libata-core.c
[linux/fpc-iii.git] / arch / sh / include / cpu-common / cpu / addrspace.h
blobd8bf5d7d2fdf0a27888bb94e489725e40a24ada9
1 /* SPDX-License-Identifier: GPL-2.0
3 * Definitions for the address spaces of the SH-2 CPUs.
5 * Copyright (C) 2003 Paul Mundt
6 */
7 #ifndef __ASM_CPU_SH2_ADDRSPACE_H
8 #define __ASM_CPU_SH2_ADDRSPACE_H
10 #define P0SEG 0x00000000
11 #define P1SEG 0x80000000
12 #define P2SEG 0xa0000000
13 #define P3SEG 0xc0000000
14 #define P4SEG 0xe0000000
16 #endif /* __ASM_CPU_SH2_ADDRSPACE_H */