summaryrefslogtreecommitdiff
path: root/lib/rts.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rts.h')
-rw-r--r--lib/rts.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rts.h b/lib/rts.h
index 7f26df4e..b0e59252 100644
--- a/lib/rts.h
+++ b/lib/rts.h
@@ -100,6 +100,12 @@ void trace_start(char *);
void trace_end(void);
/*
+ * Functions for counting and limiting cycles
+ */
+
+unit cycle_count(const unit);
+
+/*
* Functions to get info from ELF files.
*/
@@ -108,6 +114,8 @@ static uint64_t g_elf_entry;
void elf_entry(sail_int *rop, const unit u);
void elf_tohost(sail_int *rop, const unit u);
+int process_arguments(int, char**);
+
/*
* setup_rts and cleanup_rts are responsible for calling setup_library
* and cleanup_library in sail.h.