summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/dummy.c
blob: aded1c589feb0cce5cca16fdd35fb5745addecbc (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1+ */

#include "netdev/dummy.h"

const NetDevVTable dummy_vtable = {
        .object_size = sizeof(Dummy),
        .sections = "Match\0NetDev\0",
        .create_type = NETDEV_CREATE_INDEPENDENT,
};