Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-50
/
.
/
src
/
network
/
netdev
/
netdevsim.c
blob: 8caba676006bc86e32ba7384894f8fe06918daf0 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#include
"netdev/netdevsim.h"
#include
"missing.h"
const
NetDevVTable
netdevsim_vtable
=
{
.
object_size
=
sizeof
(
NetDevSim
),
.
sections
=
"Match\0NetDev\0"
,
.
create_type
=
NETDEV_CREATE_INDEPENDENT
,
};