|
@@ -79,7 +79,7 @@ typedef int (*acpi_table_handler) (struct acpi_table_header *table);
|
|
typedef int (*acpi_table_entry_handler) (struct acpi_subtable_header *header, const unsigned long end);
|
|
typedef int (*acpi_table_entry_handler) (struct acpi_subtable_header *header, const unsigned long end);
|
|
|
|
|
|
char * __acpi_map_table (unsigned long phys_addr, unsigned long size);
|
|
char * __acpi_map_table (unsigned long phys_addr, unsigned long size);
|
|
-void __init __acpi_unmap_table(char *map, unsigned long size);
|
|
|
|
|
|
+void __acpi_unmap_table(char *map, unsigned long size);
|
|
int early_acpi_boot_init(void);
|
|
int early_acpi_boot_init(void);
|
|
int acpi_boot_init (void);
|
|
int acpi_boot_init (void);
|
|
int acpi_boot_table_init (void);
|
|
int acpi_boot_table_init (void);
|