summaryrefslogtreecommitdiff
path: root/src/login/sysfs-show.h
blob: 17963a6fe3f46bdf48a0cf1b2e665f07b2d16ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2011 Lennart Poettering
***/

#include <sys/types.h>

#include "output-mode.h"

int show_sysfs(const char *seat, const char *prefix, unsigned columns, OutputFlags flags);