]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/netdev/nlmon.h
Use consistent spelling of systemd.condition_first_boot argument
[thirdparty/systemd.git] / src / network / netdev / nlmon.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
d61e4c5b
YW
2#pragma once
3
4typedef struct NLMon NLMon;
5
737f1405 6#include "netdev.h"
d61e4c5b
YW
7
8struct NLMon {
9 NetDev meta;
10};
11
12DEFINE_NETDEV_CAST(NLMON, NLMon);
13
14extern const NetDevVTable nlmon_vtable;