chiark / gitweb /
Prep v239: Add support for the new 'suspend-then-hibernate' method.
[elogind.git] / src / shared / sleep-config.h
index ea46689e52762775b701fd2fa35ad114db90663a..b29165143ab0b5d21a8481fce3069ed919bb81ae 100644 (file)
@@ -1,19 +1,20 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-
-#if 0 /// UNNEEDED by elogind
-//#include <linux/fiemap.h>
+#include <linux/fiemap.h>
 //#include "time-util.h"
 
 int read_fiemap(int fd, struct fiemap **ret);
+#if 0 /// UNNEEDED by elogind
 int parse_sleep_config(const char *verb, char ***modes, char ***states, usec_t *delay);
+#endif // 0
 int find_hibernate_location(char **device, char **type, size_t *size, size_t *used);
 
+#if 0 /// elogind has to transport its manager instance
 int can_sleep(const char *verb);
 int can_sleep_disk(char **types);
 int can_sleep_state(char **types);
 #else
 #include <logind.h>
-int can_sleep(Managerm, const char *verb);
+int can_sleep(Manager *m, const char *verb);
 #endif // 0