Systemd/src/network/netdev/dummy.c

11 lines
263 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
2014-07-01 19:45:37 +02:00
2019-10-30 09:02:15 +01:00
#include "dummy.h"
2014-07-01 19:45:37 +02:00
const NetDevVTable dummy_vtable = {
.object_size = sizeof(Dummy),
.sections = NETDEV_COMMON_SECTIONS,
.create_type = NETDEV_CREATE_INDEPENDENT,
.generate_mac = true,
};