Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268323
b: refs/heads/master
c: 7ae70c8
h: refs/heads/master
i:
  268321: 764c6a7
  268319: f22de61
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 12, 2011
1 parent d4cb636 commit 5216731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ccbec05ac9917a09aeb2f647667b734b4f02ce1
refs/heads/master: 7ae70c8b8c8c22d4a4f333fa132b01da3c25a453
8 changes: 5 additions & 3 deletions trunk/drivers/staging/cx25821/cx25821.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,17 @@ struct cx25821_input {
u32 gpio0, gpio1, gpio2, gpio3;
};

typedef enum {
enum port {
CX25821_UNDEFINED = 0,
CX25821_RAW,
CX25821_264
} port_t;
};

struct cx25821_board {
char *name;
port_t porta, portb, portc;
enum port porta;
enum port portb;
enum port portc;
unsigned int tuner_type;
unsigned int radio_type;
unsigned char tuner_addr;
Expand Down

0 comments on commit 5216731

Please sign in to comment.