ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-adifcc / hardware.h
1 /*
2  * linux/include/asm-arm/arch-adifcc/hardware.h
3  *
4  * Hardware definitions for ADI based systems
5  *
6  * Author: Deepak Saxena <dsaxena@mvista.com>
7  *
8  * Copyright (C) 2000-2001 MontaVista Software Inc.
9  *
10  *  This program is free software; you can redistribute  it and/or modify it
11  *  under  the terms of  the GNU General  Public License as published by the
12  *  Free Software Foundation;  either version 2 of the  License, or (at your
13  *  option) any later version.
14  */
15
16 #ifndef __ASM_ARCH_HARDWARE_H
17 #define __ASM_ARCH_HARDWARE_H
18
19 #include <linux/config.h>
20
21 #define PCIO_BASE       0
22
23 #if defined(CONFIG_ARCH_ADI_EVB)
24 #include "adi_evb.h"
25 #endif
26
27 #endif  /* _ASM_ARCH_HARDWARE_H */