acpixf.h (174cc7187e6f088942c8e74daa7baff7b44b33c9) | acpixf.h (8d3523fb3b727478ac528b307cb84460faa1c39e) |
---|---|
1/****************************************************************************** 2 * 3 * Name: acpixf.h - External interfaces to the ACPI subsystem 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2016, Intel Corp. --- 953 unchanged lines hidden (view full) --- 962 963acpi_status acpi_initialize_debugger(void); 964 965void acpi_terminate_debugger(void); 966 967/* 968 * Divergences 969 */ | 1/****************************************************************************** 2 * 3 * Name: acpixf.h - External interfaces to the ACPI subsystem 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2016, Intel Corp. --- 953 unchanged lines hidden (view full) --- 962 963acpi_status acpi_initialize_debugger(void); 964 965void acpi_terminate_debugger(void); 966 967/* 968 * Divergences 969 */ |
970ACPI_GLOBAL(u8, acpi_gbl_permanent_mmap); 971 | |
972ACPI_EXTERNAL_RETURN_STATUS(acpi_status | 970ACPI_EXTERNAL_RETURN_STATUS(acpi_status |
973 acpi_get_table_with_size(acpi_string signature, 974 u32 instance, 975 struct acpi_table_header 976 **out_table, 977 acpi_size *tbl_size)) 978 979ACPI_EXTERNAL_RETURN_VOID(void 980 early_acpi_os_unmap_memory(void __iomem * virt, 981 acpi_size size)) 982 983ACPI_EXTERNAL_RETURN_STATUS(acpi_status | |
984 acpi_get_data_full(acpi_handle object, 985 acpi_object_handler handler, 986 void **data, 987 void (*callback)(void *))) 988 989void acpi_run_debugger(char *batch_buffer); 990 991void acpi_set_debugger_thread_id(acpi_thread_id thread_id); 992 993#endif /* __ACXFACE_H__ */ | 971 acpi_get_data_full(acpi_handle object, 972 acpi_object_handler handler, 973 void **data, 974 void (*callback)(void *))) 975 976void acpi_run_debugger(char *batch_buffer); 977 978void acpi_set_debugger_thread_id(acpi_thread_id thread_id); 979 980#endif /* __ACXFACE_H__ */ |