Skip to content

Commit

Permalink
media: common camera header
Browse files Browse the repository at this point in the history
- Add valid flag to GPIO runtime structure so that scratch
  flag can be used for other purposes.

Bug 852480

Change-Id: Ie5e36b733fe67b504e83efcf606be264725c987c
Signed-off-by: Erik Lilliebjerg <[email protected]>
Reviewed-on: http://git-master/r/94156
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bharat Nihalani <[email protected]>
  • Loading branch information
Erik Lilliebjerg authored and swillett committed Apr 23, 2012
1 parent eada4f8 commit ff376b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/media/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ struct nvc_gpio {
unsigned gpio; /* system GPIO number */
bool own; /* gets set if driver initializes */
bool active_high; /* used for GP GPIOs */
bool valid; /* set if struct data is valid */
bool flag; /* scratch flag for driver implementation */
};

Expand Down

0 comments on commit ff376b0

Please sign in to comment.