]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd-can.h
network: can: allow to specify bit-timing with TimeQuantaNSec= and friends
[thirdparty/systemd.git] / src / network / networkd-can.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <linux/can/netlink.h>
5
6 #include "sd-netlink.h"
7
8 #include "conf-parser.h"
9
10 typedef struct Link Link;
11
12 int can_set_netlink_message(Link *link, sd_netlink_message *m);
13
14 CONFIG_PARSER_PROTOTYPE(config_parse_can_bitrate);
15 CONFIG_PARSER_PROTOTYPE(config_parse_can_time_quanta);
16 CONFIG_PARSER_PROTOTYPE(config_parse_can_restart_usec);
17 CONFIG_PARSER_PROTOTYPE(config_parse_can_control_mode);
18 CONFIG_PARSER_PROTOTYPE(config_parse_can_termination);