]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-device.c
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / core / dbus-device.c
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
4139c1b2
LP
2/***
3 This file is part of systemd.
4
5 Copyright 2010 Lennart Poettering
4139c1b2
LP
6***/
7
4139c1b2 8#include "dbus-device.h"
cf0fbc49
TA
9#include "device.h"
10#include "unit.h"
4139c1b2 11
718db961
LP
12const 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
d200735e 16};