]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-automount.h
hwdb: updated Librem 11 accelerometer (#32772)
[thirdparty/systemd.git] / src / core / dbus-automount.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
c2f1db8f 2#pragma once
4139c1b2 3
19e69a9c
YW
4#include "sd-bus.h"
5#include "sd-bus-vtable.h"
6
7#include "unit.h"
8
718db961 9extern const sd_bus_vtable bus_automount_vtable[];
afb14803 10
2e59b241 11int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);