Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2021  Angelo Dureghello <angelo@kernel-space.org>
0004  *
0005  * This program is free software; you can redistribute it and/or
0006  * modify it under the terms of the GNU General Public License
0007  * version 2 as published by the Free Software Foundation.
0008  *
0009  * This program is distributed in the hope that it will be useful,
0010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0012  * GNU General Public License for more details.
0013  */
0014 
0015 #ifndef _CAN_PLATFORM_FLEXCAN_H
0016 #define _CAN_PLATFORM_FLEXCAN_H
0017 
0018 struct flexcan_platform_data {
0019     u32 clock_frequency;
0020     u8 clk_src;
0021 };
0022 
0023 #endif /* _CAN_PLATFORM_FLEXCAN_H */