diff options
Diffstat (limited to 'lib/rts.h')
| -rw-r--r-- | lib/rts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ void trace_end(void); * Functions for counting and limiting cycles */ +bool cycle_limit_reached(const unit); + unit cycle_count(const unit); /* |
