~ubuntu-branches/ubuntu/lucid/skyeye/lucid-proposed

« back to all changes in this revision

Viewing changes to utils/config/skyeye_options.h

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-08-07 13:25:49 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070807132549-96159k1obat1fxr0
Tags: 1.2.3-1
* New upstream release
* Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        char desc_in[MAX_STR_NAME];     /* description of device, such as path etc. */
37
37
        char desc_out[MAX_STR_NAME];    /* description of device, such as path etc. */
38
38
        int mod;
 
39
 
 
40
        char converter[MAX_STR_NAME];
39
41
};
40
42
 
41
43
 
66
68
 
67
69
struct flash_option
68
70
{
 
71
        char dump[MAX_STR_NAME];
 
72
};
 
73
 
 
74
 
 
75
struct touchscreen_option
 
76
{
 
77
};
 
78
 
 
79
 
 
80
struct sound_option
 
81
{
 
82
        int mod;
 
83
 
 
84
        int channels;
 
85
        int bits_per_sample;
 
86
        int samples_per_sec;
69
87
};
70
88
 
71
89
#endif /*__SKYEYE_OPTION_H_ */