]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/sleep-config.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / shared / sleep-config.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2013 Zbigniew Jędrzejewski-Szmek
8 ***/
9
10 #include <linux/fiemap.h>
11 #include "time-util.h"
12
13 int read_fiemap(int fd, struct fiemap **ret);
14 int parse_sleep_config(const char *verb, char ***modes, char ***states, usec_t *delay);
15 int find_hibernate_location(char **device, char **type, size_t *size, size_t *used);
16
17 int can_sleep(const char *verb);
18 int can_sleep_disk(char **types);
19 int can_sleep_state(char **types);