diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/achware.h | 2 | ||||
-rw-r--r-- | include/acpi/actables.h | 9 | ||||
-rw-r--r-- | include/acpi/acutils.h | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/include/acpi/achware.h b/include/acpi/achware.h index 29b60a8c0593..f3e9a03d651f 100644 --- a/include/acpi/achware.h +++ b/include/acpi/achware.h | |||
@@ -61,8 +61,6 @@ | |||
61 | /* | 61 | /* |
62 | * hwacpi - high level functions | 62 | * hwacpi - high level functions |
63 | */ | 63 | */ |
64 | acpi_status acpi_hw_initialize(void); | ||
65 | |||
66 | acpi_status acpi_hw_set_mode(u32 mode); | 64 | acpi_status acpi_hw_set_mode(u32 mode); |
67 | 65 | ||
68 | u32 acpi_hw_get_mode(void); | 66 | u32 acpi_hw_get_mode(void); |
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 9183de1a10f2..62947344b93a 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -45,6 +45,11 @@ | |||
45 | #define __ACTABLES_H__ | 45 | #define __ACTABLES_H__ |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * tbfadt - FADT parse/convert/validate | ||
49 | */ | ||
50 | void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags); | ||
51 | |||
52 | /* | ||
48 | * tbfind - find ACPI table | 53 | * tbfind - find ACPI table |
49 | */ | 54 | */ |
50 | acpi_status | 55 | acpi_status |
@@ -97,6 +102,10 @@ u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); | |||
97 | acpi_status | 102 | acpi_status |
98 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); | 103 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); |
99 | 104 | ||
105 | void | ||
106 | acpi_tb_install_table(acpi_physical_address address, | ||
107 | u8 flags, char *signature, acpi_native_uint table_index); | ||
108 | |||
100 | acpi_status | 109 | acpi_status |
101 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); | 110 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); |
102 | 111 | ||
diff --git a/include/acpi/acutils.h b/include/acpi/acutils.h index 3c66f54e1fd7..ba7d7e9c9b82 100644 --- a/include/acpi/acutils.h +++ b/include/acpi/acutils.h | |||
@@ -141,8 +141,6 @@ acpi_status acpi_ut_hardware_initialize(void); | |||
141 | 141 | ||
142 | void acpi_ut_subsystem_shutdown(void); | 142 | void acpi_ut_subsystem_shutdown(void); |
143 | 143 | ||
144 | acpi_status acpi_ut_validate_fadt(void); | ||
145 | |||
146 | /* | 144 | /* |
147 | * utclib - Local implementations of C library functions | 145 | * utclib - Local implementations of C library functions |
148 | */ | 146 | */ |