You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
584 B
C
45 lines
584 B
C
#ifndef _DRIVER_H_
|
|
#define _DRIVER_H_
|
|
__ALIGNED(8) const char testDesc[]={
|
|
3,0,0,0,
|
|
1,0,0,0,
|
|
'n','n',
|
|
3,0,0,0,
|
|
1,0,0,0,
|
|
'n','y','D','S','P','\0',
|
|
3,0,0,0,
|
|
2,0,0,0,
|
|
'n','y','S','u','p','p','o','r','t','\0',
|
|
2,0,0,0,
|
|
1,0,0,0,
|
|
'n','y','S','u','p','p','o','r','t','F','3','2','\0',
|
|
0,0,0,0,
|
|
8,0,0,0,
|
|
0,0,0,0,
|
|
120,5,0,0,
|
|
224,21,0,0,
|
|
3,0,0,0,
|
|
232,21,0,0,
|
|
100,0,0,0,
|
|
120,23,0,0,
|
|
140,0,0,0,
|
|
168,25,0,0,
|
|
200,0,0,0,
|
|
200,28,0,0,
|
|
2,0,0,0,
|
|
208,28,0,0,
|
|
200,0,0,0,
|
|
240,31,0,0,
|
|
10,0,0,0,
|
|
1,0,0,0,
|
|
'O','u','t','p','u','t','\0',
|
|
0,0,0,0,
|
|
1,0,0,0,
|
|
1,0,0,0,
|
|
'n','n',
|
|
1,0,0,0,
|
|
2,0,0,0,
|
|
'n','n',
|
|
};
|
|
#endif
|