summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-17 14:49:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 09:27:47 +0200
commitaf9266541fda63cb02cf54154d54e6b5504cef74 (patch)
tree3d96c10d55c6a36494ce58ca52cae99a546ec33b /cpukit/include/rtems/test.h
parentlibtest: Add T_busy() (diff)
downloadrtems-af9266541fda63cb02cf54154d54e6b5504cef74.tar.bz2
libtest: Add T_get_one_clock_tick_busy()
Update #3199.
Diffstat (limited to 'cpukit/include/rtems/test.h')
-rw-r--r--cpukit/include/rtems/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h
index 4c14e8d217..b68f303e16 100644
--- a/cpukit/include/rtems/test.h
+++ b/cpukit/include/rtems/test.h
@@ -2263,6 +2263,8 @@ void T_case_body_##name(void)
void T_busy(uint_fast32_t);
+uint_fast32_t T_get_one_clock_tick_busy(void);
+
void T_report_hash_sha256(T_event, const char *);
void T_check_heap(T_event, const char *);