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

#include "netdev/vcan.h"

const NetDevVTable vcan_vtable = {
        .object_size = sizeof(VCan),
        .create_type = NETDEV_CREATE_INDEPENDENT,
};