Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v241-rc2
/
.
/
src
/
network
/
netdev
/
vxcan.h
blob: b5de19740f2959ebd6697b6a2b3e45af11de5972 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
typedef
struct
VxCan
VxCan
;
#include
"netdev/netdev.h"
struct
VxCan
{
NetDev
meta
;
char
*
ifname_peer
;
};
DEFINE_NETDEV_CAST
(
VXCAN
,
VxCan
);
extern
const
NetDevVTable
vxcan_vtable
;