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