summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-can.h
blob: 7a2705bf9a09fc0374c133b3b8fcde20b819c388 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "conf-parser.h"

typedef struct Link Link;

int link_configure_can(Link *link);

CONFIG_PARSER_PROTOTYPE(config_parse_can_bitrate);