Now the device id is detected.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define _ARGS_H
|
||||
|
||||
#define MAX_COMMANDS 16
|
||||
#define MAX_PATH 1024
|
||||
|
||||
enum commands {
|
||||
NO_COMMAND=0,
|
||||
@@ -12,6 +13,8 @@ enum commands {
|
||||
struct args {
|
||||
int list;
|
||||
int probe;
|
||||
char bsdl[MAX_PATH];
|
||||
int devid;
|
||||
enum commands cmds[MAX_COMMANDS];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user