1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2021 Angelo Dureghello <angelo@kernel-space.org>
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 #ifndef _CAN_PLATFORM_FLEXCAN_H
16 #define _CAN_PLATFORM_FLEXCAN_H
18 struct flexcan_platform_data
{
23 #endif /* _CAN_PLATFORM_FLEXCAN_H */