GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / include / cpu-sh2a / cpu / ubc.h
blob1192e1c761a7183ceef6d6eaa9ddedb0b8a5ff55
1 /*
2 * SH-2A UBC definitions
4 * Copyright (C) 2008 Kieran Bingham
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
9 */
11 #ifndef __ASM_CPU_SH2A_UBC_H
12 #define __ASM_CPU_SH2A_UBC_H
14 #define UBC_BARA 0xfffc0400
15 #define UBC_BAMRA 0xfffc0404
16 #define UBC_BBRA 0xfffc04a0 /* 16 bit access */
17 #define UBC_BDRA 0xfffc0408
18 #define UBC_BDMRA 0xfffc040c
20 #define UBC_BARB 0xfffc0410
21 #define UBC_BAMRB 0xfffc0414
22 #define UBC_BBRB 0xfffc04b0 /* 16 bit access */
23 #define UBC_BDRB 0xfffc0418
24 #define UBC_BDMRB 0xfffc041c
26 #define UBC_BRCR 0xfffc04c0
28 #endif /* __ASM_CPU_SH2A_UBC_H */