]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/plymouth-util.h
util: split out plymouth related stuff
[thirdparty/systemd.git] / src / basic / plymouth-util.h
CommitLineData
e56f9ffe
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include <stdbool.h>
5
6#define PLYMOUTH_SOCKET { \
7 .un.sun_family = AF_UNIX, \
8 .un.sun_path = "\0/org/freedesktop/plymouthd", \
9 }
10
11bool plymouth_running(void);