app dir changed and src dir removed
This commit is contained in:
17
bs/init.h
Normal file
17
bs/init.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _UTILS_H
|
||||
#define _UTILS_H
|
||||
|
||||
#include "jtag_core/jtag_core.h"
|
||||
|
||||
typedef int (*command_call)(jtag_core *jc, int argc, char *argv[]);
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
command_call cmd_call;
|
||||
} Command;
|
||||
|
||||
extern Command commands[];
|
||||
|
||||
jtag_core *bsexp_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user