- pre4:
[davej-history.git] / include / asm-arm / hardware.h
blob4ded5b8f03a703159adc24df7cbb80c44a4e2342
1 /*
2 * linux/include/asm-arm/hardware.h
4 * Copyright (C) 1996 Russell King
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.
10 * Common hardware definitions
13 #ifndef __ASM_HARDWARE_H
14 #define __ASM_HARDWARE_H
16 #include <asm/arch/hardware.h>
18 #ifdef PARAMS_OFFSET
19 #define PARAMS_BASE ((PAGE_OFFSET) + (PARAMS_OFFSET))
20 #else
21 #define PARAMS_BASE 0
22 #endif
24 #endif