init and deinit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _BS_INIT_H
|
||||
#define _BS_INIT_H
|
||||
|
||||
#include "jtag_core/jtag_core.h"
|
||||
#include "config/bs_defines.h"
|
||||
|
||||
typedef int (*command_call)(jtag_core *jc, int argc, char *argv[]);
|
||||
|
||||
@@ -13,5 +13,6 @@ typedef struct {
|
||||
extern Command commands[];
|
||||
|
||||
jtag_core *bsexp_init(void);
|
||||
void bsexp_deinit(jtag_core *jc);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user