1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * RJ54N1CB0C Private data 2 * RJ54N1CB0C Private data 4 * 3 * 5 * Copyright (C) 2009, Guennadi Liakhovetski < 4 * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de> >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify >> 7 * it under the terms of the GNU General Public License version 2 as >> 8 * published by the Free Software Foundation. 6 */ 9 */ 7 10 8 #ifndef __RJ54N1CB0C_H__ 11 #ifndef __RJ54N1CB0C_H__ 9 #define __RJ54N1CB0C_H__ 12 #define __RJ54N1CB0C_H__ 10 13 11 struct rj54n1_pdata { 14 struct rj54n1_pdata { 12 unsigned int mclk_freq; 15 unsigned int mclk_freq; 13 bool ioctl_high; 16 bool ioctl_high; 14 }; 17 }; 15 18 16 #endif 19 #endif 17 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.