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.
11 lines
230 B
C
11 lines
230 B
C
17 years ago
|
#define AUTO_DETECT 0
|
||
|
#define SHARC_21065L 0x327A70CB //should be the dummy device id
|
||
|
|
||
|
typedef struct
|
||
|
{
|
||
|
unsigned long deviceID;
|
||
|
unsigned long flash;
|
||
|
unsigned short algorithm;
|
||
|
unsigned short unlock_bypass;
|
||
|
}forced_detection_t;
|