blob: eca3559d6e152193f990d360f01d5cbfe58f41c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
This file is part of systemd.
Copyright 2010 Lennart Poettering
***/
#include "sd-bus-vtable.h"
extern const sd_bus_vtable bus_device_vtable[];
|