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
ncr5380: Implement new eh_bus_reset_handler
[linux/fpc-iii.git]
/
include
/
media
/
mt9t001.h
blob
03fd63edd133264b99c38b650b473e4eb5b97df6
1
#ifndef _MEDIA_MT9T001_H
2
#define _MEDIA_MT9T001_H
3
4
struct
mt9t001_platform_data
{
5
unsigned int
clk_pol
:
1
;
6
unsigned int
ext_clk
;
7
};
8
9
#endif