diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 3d88395d4d6f..defbcaa90f40 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -56,11 +56,12 @@ | |||
56 | extern u8 acpi_gbl_permanent_mmap; | 56 | extern u8 acpi_gbl_permanent_mmap; |
57 | 57 | ||
58 | /* | 58 | /* |
59 | * Globals that are publicly available, allowing for | 59 | * Globals that are publically available |
60 | * run time configuration | ||
61 | */ | 60 | */ |
61 | /* Runtime configuration of debug print levels */ | ||
62 | extern u32 acpi_dbg_level; | 62 | extern u32 acpi_dbg_level; |
63 | extern u32 acpi_dbg_layer; | 63 | extern u32 acpi_dbg_layer; |
64 | /* ACPICA runtime options */ | ||
64 | extern u8 acpi_gbl_enable_interpreter_slack; | 65 | extern u8 acpi_gbl_enable_interpreter_slack; |
65 | extern u8 acpi_gbl_all_methods_serialized; | 66 | extern u8 acpi_gbl_all_methods_serialized; |
66 | extern u8 acpi_gbl_create_osi_method; | 67 | extern u8 acpi_gbl_create_osi_method; |
@@ -106,7 +107,7 @@ extern u8 acpi_gbl_reduced_hardware; /* ACPI 5.0 */ | |||
106 | 107 | ||
107 | extern u32 acpi_rsdt_forced; | 108 | extern u32 acpi_rsdt_forced; |
108 | /* | 109 | /* |
109 | * Global interfaces | 110 | * Initialization |
110 | */ | 111 | */ |
111 | acpi_status | 112 | acpi_status |
112 | acpi_initialize_tables(struct acpi_table_desc *initial_storage, | 113 | acpi_initialize_tables(struct acpi_table_desc *initial_storage, |
@@ -124,6 +125,9 @@ acpi_status acpi_terminate(void); | |||
124 | acpi_status acpi_subsystem_status(void); | 125 | acpi_status acpi_subsystem_status(void); |
125 | #endif | 126 | #endif |
126 | 127 | ||
128 | /* | ||
129 | * Miscellaneous global interfaces | ||
130 | */ | ||
127 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_enable(void)) | 131 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_enable(void)) |
128 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_disable(void)) | 132 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_disable(void)) |
129 | 133 | ||