]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/tomoyo-util.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / shared / tomoyo-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
ed440f6b
SL
2#pragma once
3
4/***
5 This file is part of systemd.
6
7 Copyright 2017 Shawn Landden
ed440f6b
SL
8***/
9
10#include <stdbool.h>
11
12bool mac_tomoyo_use(void);