fix to allow usb modules to compile
[linux-2.4.21-pre4.git] / arch / ppc / platforms / menf1.h
1 /*
2  * arch/ppc/platforms/menf1.h
3  * 
4  * Definitions for MEN F1 board support
5  *
6  * Author: Matt Porter <mporter@mvista.com>
7  *
8  * Copyright 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 __PPC_PLATFORMS_MENF1_H
17 #define __PPC_PLATFORMS_MENF1_H
18
19 #define MENF1_NVRAM_AS0                 0x70
20 #define MENF1_NVRAM_AS1                 0x72
21 #define MENF1_NVRAM_DATA                0x71    
22
23 #define MENF1_IDE0_BASE_ADDR            0x1f0
24 #define MENF1_IDE1_BASE_ADDR            0x170
25
26 #endif /* __PPC_PLATFORMS_MENF1_H */