chiark / gitweb /
867a7a500cc09cb1ef2f4f85fbacf1a93e2113d2
[elogind.git] / src / shared / sleep-config.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   Copyright 2013 Zbigniew JÄ™drzejewski-Szmek
6 ***/
7
8 #if 0 /// UNNEEDED by elogind
9 //#include <linux/fiemap.h>
10 //#include "time-util.h"
11
12 int read_fiemap(int fd, struct fiemap **ret);
13 int parse_sleep_config(const char *verb, char ***modes, char ***states, usec_t *delay);
14 int find_hibernate_location(char **device, char **type, size_t *size, size_t *used);
15
16 int can_sleep(const char *verb);
17 int can_sleep_disk(char **types);
18 int can_sleep_state(char **types);
19 #else
20 #include <logind.h>
21 int can_sleep(Manager* m, const char *verb);
22 #endif // 0