]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/service-util.h
hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons
[thirdparty/systemd.git] / src / shared / service-util.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "bus-object.h"
5
6 int service_parse_argv(
7 const char *service,
8 const char *description,
9 const BusObjectImplementation* const* bus_objects,
10 int argc, char *argv[]);