ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-ia64 / sn / ioconfig_bus.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 2003 Silicon Graphics, Inc.  All Rights Reserved.
7  */
8
9 #ifndef _ASM_IA64_SN_IOCONFIG_BUS_H
10 #define _ASM_IA64_SN_IOCONFIG_BUS_H
11
12 #define IOCONFIG_PCIBUS "/boot/efi/ioconfig_pcibus"
13 #define POUND_CHAR      '#'
14 #define MAX_LINE_LEN    128
15 #define MAXPATHLEN      128
16
17 struct ioconfig_parm {
18         unsigned long ioconfig_activated;
19         unsigned long number;
20         void *buffer;
21 };
22
23 struct ascii_moduleid {
24         unsigned char   io_moduleid[8]; /* pci path name */
25 };
26
27 #endif  /* _ASM_IA64_SN_IOCONFIG_BUS_H */