aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-08-10 17:56:37 -0400
committerPaul Selkirk <paul@psgd.org>2016-08-10 17:56:37 -0400
commit99b022abb09ffd17fc54b4e479086444f0eeb79f (patch)
treeb616cea8b90b474c792b2e06f340ba8d590ce54e /hal.h
parentf5a63c380d9091b002949624001b2b1426454b56 (diff)
Reset table of cores, e.g. after resetting FPGA from CLI.
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal.h b/hal.h
index 04333b9..9d5a32b 100644
--- a/hal.h
+++ b/hal.h
@@ -209,6 +209,7 @@ extern hal_core_t *hal_core_find(const char *name, hal_core_t *core);
extern const hal_core_info_t *hal_core_info(const hal_core_t *core);
extern hal_addr_t hal_core_base(const hal_core_t *core);
extern hal_core_t * hal_core_iterate(hal_core_t *core);
+extern void hal_core_reset_table(void);
extern hal_error_t hal_core_alloc(const char *name, hal_core_t **core);
extern void hal_core_free(hal_core_t *core);
extern void hal_critical_section_start(void);