]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/login/sysfs-show.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / login / sysfs-show.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c2f1db8f 2#pragma once
24310c11
LP
3
4/***
5 This file is part of systemd.
6
7 Copyright 2011 Lennart Poettering
24310c11
LP
8***/
9
3850319b
LP
10#include <sys/types.h>
11
12#include "output-mode.h"
13
14int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);