Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141648
b: refs/heads/master
c: dfb0503
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 1924711 commit 2fea36e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 387c136adc72da7f06f37274822ad9c38f529156
refs/heads/master: dfb0503e2baf2292da93faae78db4bb98d9f095e
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/s526.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,19 @@ union {

/* Different Application Classes for GPCT Subdevices */
/* The list is not exhaustive and needs discussion! */
typedef enum {
enum S526_GPCT_APP_CLASS {
CountingAndTimeMeasurement,
SinglePulseGeneration,
PulseTrainGeneration,
PositionMeasurement,
Miscellaneous
} S526_GPCT_APP_CLASS;
};

/* Config struct for different GPCT subdevice Application Classes and
their options
*/
typedef struct s526GPCTConfig {
S526_GPCT_APP_CLASS app;
enum S526_GPCT_APP_CLASS app;
int data[MAX_GPCT_CONFIG_DATA];
} s526_gpct_config_t;

Expand Down

0 comments on commit 2fea36e

Please sign in to comment.