]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/netdev/vcan.c
33327a1759f348c2bdf18d1035840e27bf7ac518
[thirdparty/systemd.git] / src / network / netdev / vcan.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 Copyright 2016 Susant Sahani
4 ***/
5
6 #include "netdev/vcan.h"
7
8 const NetDevVTable vcan_vtable = {
9 .object_size = sizeof(VCan),
10 .create_type = NETDEV_CREATE_INDEPENDENT,
11 };