summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/io.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-18 09:56:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-24 17:51:48 +0200
commitc8cae1d82db57eca12a54f181660e579ac3ef27c (patch)
tree18ab7142662b394afec0fbd87b09bcd39b66868f /cpukit/include/rtems/score/io.h
parentbsps/imxrt: Add imxrt1166_cm7_saltshaker BSP (diff)
downloadrtems-c8cae1d82db57eca12a54f181660e579ac3ef27c.tar.bz2
score: Move _IO_Relax() to new <rtems/dev/io.h>
This function is not a super core service.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/io.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/include/rtems/score/io.h b/cpukit/include/rtems/score/io.h
index 9cd401eb1d..7fe69841e8 100644
--- a/cpukit/include/rtems/score/io.h
+++ b/cpukit/include/rtems/score/io.h
@@ -133,14 +133,6 @@ int _IO_Base64url(
int wordlen
);
-/**
- * @brief Issues a couple of no-operation instructions.
- *
- * This function may be used to burn a couple of processor cycles with minimum
- * impact on the system bus. It may be used in busy wait loops.
- */
-void _IO_Relax( void );
-
/** @} */
#ifdef __cplusplus