summaryrefslogtreecommitdiff
path: root/src/network/netdev/vcan.c
blob: 33327a1759f348c2bdf18d1035840e27bf7ac518 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
  Copyright 2016 Susant Sahani
***/

#include "netdev/vcan.h"

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