internal.h (3f8055c3583640ed3e4c81864dd76e06a7faa505) internal.h (0a34764411aaab0114aa3f3656fda33a69a46d10)
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,

--- 27 unchanged lines hidden (view full) ---

36void acpi_platform_init(void);
37int acpi_sysfs_init(void);
38void acpi_csrt_init(void);
39#ifdef CONFIG_ACPI_CONTAINER
40void acpi_container_init(void);
41#else
42static inline void acpi_container_init(void) {}
43#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,

--- 27 unchanged lines hidden (view full) ---

36void acpi_platform_init(void);
37int acpi_sysfs_init(void);
38void acpi_csrt_init(void);
39#ifdef CONFIG_ACPI_CONTAINER
40void acpi_container_init(void);
41#else
42static inline void acpi_container_init(void) {}
43#endif
44#ifdef CONFIG_ACPI_HOTPLUG_MEMORY
45void acpi_memory_hotplug_init(void);
46#else
47static inline void acpi_memory_hotplug_init(void) {}
48#endif
44
45void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
46 const char *name);
47int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler,
48 const char *hotplug_profile_name);
49void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
50
51#ifdef CONFIG_DEBUG_FS

--- 89 unchanged lines hidden ---
49
50void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
51 const char *name);
52int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler,
53 const char *hotplug_profile_name);
54void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
55
56#ifdef CONFIG_DEBUG_FS

--- 89 unchanged lines hidden ---