]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/netdev/vcan.c
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / src / network / netdev / vcan.c
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
92c918b0 2/***
96b2fb93 3 Copyright © 2016 Susant Sahani
92c918b0
SS
4***/
5
441e9ae4 6#include "netdev/vcan.h"
92c918b0
SS
7
8const NetDevVTable vcan_vtable = {
9 .object_size = sizeof(VCan),
10 .create_type = NETDEV_CREATE_INDEPENDENT,
11};