]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-can.h
Merge pull request #15940 from keszybz/names-set-optimization
[thirdparty/systemd.git] / src / network / networkd-can.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "conf-parser.h"
5
6 typedef struct Link Link;
7
8 int link_configure_can(Link *link);
9
10 CONFIG_PARSER_PROTOTYPE(config_parse_can_bitrate);