summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/acpikcfg.h
blob: 8020595cf0ed763030fae5bb74d8f95ada1b1446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <linux/config.h>
#ifdef	CONFIG_ACPI_KERNEL_CONFIG
/*
 *  acpikcfg.h - ACPI based Kernel Configuration Manager External Interfaces
 *
 *  Copyright (C) 2000 Intel Corp.
 *  Copyright (C) 2000 J.I. Lee  <jung-ik.lee@intel.com>
 */


u32	__init acpi_cf_init (void * rsdp);
u32	__init acpi_cf_terminate (void );

u32	__init
acpi_cf_get_pci_vectors (
	struct pci_vector_struct	**vectors,
	int				*num_pci_vectors
	);


#ifdef	CONFIG_ACPI_KERNEL_CONFIG_DEBUG
void	__init
acpi_cf_print_pci_vectors (
	struct pci_vector_struct	*vectors,
	int				num_pci_vectors
	);
#endif
#endif	/* CONFIG_ACPI_KERNEL_CONFIG */