repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
include
/
media
/
i2c
/
rj54n1cb0c.h
blob
5689c09b925400a0e5e1cdb2e3cd1fa534566e1b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* RJ54N1CB0C Private data
4
*
5
* Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6
*/
7
8
#ifndef __RJ54N1CB0C_H__
9
#define __RJ54N1CB0C_H__
10
11
struct
rj54n1_pdata
{
12
unsigned int
mclk_freq
;
13
bool
ioctl_high
;
14
};
15
16
#endif