Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hardware.h
Go to the documentation of this file.
1 /*
2  * arch/arm/mach-ebsa110/include/mach/hardware.h
3  *
4  * Copyright (C) 1996-2000 Russell King.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  * This file contains the hardware definitions of the EBSA-110.
11  */
12 #ifndef __ASM_ARCH_HARDWARE_H
13 #define __ASM_ARCH_HARDWARE_H
14 
15 #define ISAMEM_BASE 0xe0000000
16 #define ISAIO_BASE 0xf0000000
17 
18 /*
19  * RAM definitions
20  */
21 #define UNCACHEABLE_ADDR 0xff000000 /* IRQ_STAT */
22 
23 #endif
24