summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-device.h')
-rw-r--r--src/core/dbus-device.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/dbus-device.h b/src/core/dbus-device.h
new file mode 100644
index 0000000..bfb5770
--- /dev/null
+++ b/src/core/dbus-device.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "sd-bus-vtable.h"
+
+extern const sd_bus_vtable bus_device_vtable[];