-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 137942 b: refs/heads/master c: c354b40 h: refs/heads/master v: v3
- Loading branch information
Kuninori Morimoto
authored and
Mauro Carvalho Chehab
committed
Mar 30, 2009
1 parent
7c1f1de
commit e06546f
Showing
3 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1af1b7a2def2f0936fc95edb5dcb3871934b7852 | ||
refs/heads/master: c354b400c0eac1cc0009958754797538857ce640 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
#ifndef __ASM_SH_MOBILE_CEU_H__ | ||
#define __ASM_SH_MOBILE_CEU_H__ | ||
|
||
#include <media/soc_camera.h> | ||
#define SH_CEU_FLAG_USE_8BIT_BUS (1 << 0) /* use 8bit bus width */ | ||
#define SH_CEU_FLAG_USE_16BIT_BUS (1 << 1) /* use 16bit bus width */ | ||
|
||
struct sh_mobile_ceu_info { | ||
unsigned long flags; /* SOCAM_... */ | ||
unsigned long flags; | ||
}; | ||
|
||
#endif /* __ASM_SH_MOBILE_CEU_H__ */ |