blob: c05b977532a0d946943d0aebed08bff0cb10c292 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include <sys/types.h>
#include "output-mode.h"
int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);
|