internal.h (4300a0f8bdcce5a03b88bfa16fc9827e15c52dc4) | internal.h (2fa97feb4406c546b52e35b6b6c50cb8f63425d2) |
---|---|
1/* 2 * acpi/internal.h 3 * For use by Linux/ACPI infrastructure, not drivers 4 * 5 * Copyright (c) 2009, Intel Corporation. 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms and conditions of the GNU General Public License, --- 31 unchanged lines hidden (view full) --- 40#else 41static inline void acpi_container_init(void) {} 42#endif 43#ifdef CONFIG_ACPI_HOTPLUG_MEMORY 44void acpi_memory_hotplug_init(void); 45#else 46static inline void acpi_memory_hotplug_init(void) {} 47#endif | 1/* 2 * acpi/internal.h 3 * For use by Linux/ACPI infrastructure, not drivers 4 * 5 * Copyright (c) 2009, Intel Corporation. 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms and conditions of the GNU General Public License, --- 31 unchanged lines hidden (view full) --- 40#else 41static inline void acpi_container_init(void) {} 42#endif 43#ifdef CONFIG_ACPI_HOTPLUG_MEMORY 44void acpi_memory_hotplug_init(void); 45#else 46static inline void acpi_memory_hotplug_init(void) {} 47#endif |
48#ifdef CONFIG_X86 49void acpi_cmos_rtc_init(void); 50#else 51static inline void acpi_cmos_rtc_init(void) {} 52#endif |
|
48 49void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 50 const char *name); 51int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler, 52 const char *hotplug_profile_name); 53void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val); 54 55#ifdef CONFIG_DEBUG_FS --- 97 unchanged lines hidden --- | 53 54void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 55 const char *name); 56int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler, 57 const char *hotplug_profile_name); 58void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val); 59 60#ifdef CONFIG_DEBUG_FS --- 97 unchanged lines hidden --- |