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