blob: f6a4dbb098d30f139f6a448d8d21b0079f36100f [file] [log] [blame] [raw]
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "netdev/vcan.h"
const NetDevVTable vcan_vtable = {
.object_size = sizeof(VCan),
.sections = "Match\0NetDev\0",
.create_type = NETDEV_CREATE_INDEPENDENT,
.generate_mac = true,
};