mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
17 lines
279 B
C
17 lines
279 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* RJ54N1CB0C Private data
|
|
*
|
|
* Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
|
*/
|
|
|
|
#ifndef __RJ54N1CB0C_H__
|
|
#define __RJ54N1CB0C_H__
|
|
|
|
struct rj54n1_pdata {
|
|
unsigned int mclk_freq;
|
|
bool ioctl_high;
|
|
};
|
|
|
|
#endif
|