just an example of what SDCC can do for YOU
[fw/sdcc] / device / examples / ds390 / ow390 / swt12.h
1 typedef struct tagSRAM
2 {
3         uchar Supply;
4         uchar Chan_B;
5         uchar Chan_A;
6         uchar Chan_Sel;
7         uchar Sour_Sel;
8         uchar Polarity;
9 } SwitchProps;
10
11 int ReadSwitch12(int,int);
12 int SetSwitch12(int,uchar *,SwitchProps*);
13 int SwitchStateToString12(int,char *);