1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 
3 #include "dbus-target.h"
4 #include "unit.h"
5 
6 const sd_bus_vtable bus_target_vtable[] = {
7         SD_BUS_VTABLE_START(0),
8         SD_BUS_VTABLE_END
9 };
10