chiark / gitweb /
Prep v239: Add support for the new 'suspend-then-hibernate' method.
[elogind.git] / src / shared / sleep-config.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <linux/fiemap.h>
5 //#include "time-util.h"
6
7 int read_fiemap(int fd, struct fiemap **ret);
8 #if 0 /// UNNEEDED by elogind
9 int parse_sleep_config(const char *verb, char ***modes, char ***states, usec_t *delay);
10 #endif // 0
11 int find_hibernate_location(char **device, char **type, size_t *size, size_t *used);
12
13 #if 0 /// elogind has to transport its manager instance
14 int can_sleep(const char *verb);
15 int can_sleep_disk(char **types);
16 int can_sleep_state(char **types);
17 #else
18 #include <logind.h>
19 int can_sleep(Manager *m, const char *verb);
20 #endif // 0