chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / login / sysfs-show.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   Copyright 2011 Lennart Poettering
6 ***/
7
8 #include <sys/types.h>
9
10 #include "output-mode.h"
11
12 int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);