Go to the documentation of this file.
21 #ifndef _ACPI_INTERNAL_H_
22 #define _ACPI_INTERNAL_H_
24 #define PREFIX "ACPI: "
30 #ifdef CONFIG_DEBUG_FS
82 #ifdef CONFIG_ACPI_SLEEP
84 int suspend_nvs_alloc(
void);
85 void suspend_nvs_free(
void);
86 int suspend_nvs_save(
void);
87 void suspend_nvs_restore(
void);
90 static inline int suspend_nvs_alloc(
void) {
return 0; }
91 static inline void suspend_nvs_free(
void) {}
92 static inline int suspend_nvs_save(
void) {
return 0; }
93 static inline void suspend_nvs_restore(
void) {}