summaryrefslogtreecommitdiff
path: root/src/network/netdev/vcan.c
blob: 8ae91479da3b103950f0066dabfdf3f429b72ef6 (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,
};