]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/internal.h
Merge branch 'suspend-ioremap-cache' into release
[karo-tx-linux.git] / drivers / acpi / internal.h
index 8df5d7061a4581a55b2d230f639bbecd082ef4e8..bc428a9607df7c2da973151dcdc93f2e58b7001d 100644 (file)
@@ -83,8 +83,16 @@ extern int acpi_sleep_init(void);
 
 #ifdef CONFIG_ACPI_SLEEP
 int acpi_sleep_proc_init(void);
+int suspend_nvs_alloc(void);
+void suspend_nvs_free(void);
+int suspend_nvs_save(void);
+void suspend_nvs_restore(void);
 #else
 static inline int acpi_sleep_proc_init(void) { return 0; }
+static inline int suspend_nvs_alloc(void) { return 0; }
+static inline void suspend_nvs_free(void) {}
+static inline int suspend_nvs_save(void) {}
+static inline void suspend_nvs_restore(void) {}
 #endif
 
 #endif /* _ACPI_INTERNAL_H_ */