mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
Staging: comedi: Remove me4000_dio_context_t typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8b95a0e17f
commit
ff585603bd
1 changed files with 2 additions and 2 deletions
|
@ -360,14 +360,14 @@ struct me4000_ai_context {
|
|||
unsigned long sample_counter_reg;
|
||||
};
|
||||
|
||||
typedef struct me4000_dio_context {
|
||||
struct me4000_dio_context {
|
||||
unsigned long dir_reg;
|
||||
unsigned long ctrl_reg;
|
||||
unsigned long port_0_reg;
|
||||
unsigned long port_1_reg;
|
||||
unsigned long port_2_reg;
|
||||
unsigned long port_3_reg;
|
||||
} me4000_dio_context_t;
|
||||
};
|
||||
|
||||
typedef struct me4000_cnt_context {
|
||||
unsigned long ctrl_reg;
|
||||
|
|
Loading…
Reference in a new issue