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