]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/sleep-config.h
nspawn-oci: use SYNTHETIC_ERRNO
[thirdparty/systemd.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 int parse_sleep_config(const char *verb, bool *ret_allow, char ***ret_modes, char ***ret_states, usec_t *ret_delay);
9 int find_hibernate_location(char **device, char **type, size_t *size, size_t *used);
10
11 int can_sleep(const char *verb);
12 int can_sleep_disk(char **types);
13 int can_sleep_state(char **types);