]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - src/network/netdev/ifb.h
NEWS: fix typo
[thirdparty/systemd.git] / src / network / netdev / ifb.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: LGPL-2.1-or-later
2 * Copyright © 2019 VMware, Inc. */
3
4#pragma once
5
6#include "netdev.h"
7
8typedef struct IntermediateFunctionalBlock {
9 NetDev meta;
10} IntermediateFunctionalBlock;
11
12DEFINE_NETDEV_CAST(IFB, IntermediateFunctionalBlock);
13extern const NetDevVTable ifb_vtable;