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