repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net_sched: sfb: optimize enqueue on full queue
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
media
/
mt9v032.h
blob
5e27f9be6b95c4923e40a99abe2b89a64c1ff16d
1
#ifndef _MEDIA_MT9V032_H
2
#define _MEDIA_MT9V032_H
3
4
struct
v4l2_subdev
;
5
6
struct
mt9v032_platform_data
{
7
unsigned int
clk_pol
:
1
;
8
9
void
(*
set_clock
)(
struct
v4l2_subdev
*
subdev
,
unsigned int
rate
);
10
};
11
12
#endif