]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-device.c
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / core / dbus-device.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 This file is part of systemd.
4
5 Copyright 2010 Lennart Poettering
6 ***/
7
8 #include "dbus-device.h"
9 #include "device.h"
10 #include "unit.h"
11
12 const sd_bus_vtable bus_device_vtable[] = {
13 SD_BUS_VTABLE_START(0),
14 SD_BUS_PROPERTY("SysFSPath", "s", NULL, offsetof(Device, sysfs), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
15 SD_BUS_VTABLE_END
16 };