Systemd/src/login/sysfs-show.h

9 lines
196 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
2011-07-09 00:04:27 +02:00
#include <sys/types.h>
#include "output-mode.h"
int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);