summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-14 10:47:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-12 15:09:24 +0200
commitd135014db6712b1ecec272a0ff1bcbfeb4271eaf (patch)
tree02d5b14bd529ecb0500644fd8e5d5b065ae7d962
parent5528750a6b51ace6537e926fb48e197f7a905a42 (diff)
FIXME ISR_LOCK_MEMBER() confuses Doxygen
-rw-r--r--cpukit/include/rtems/rtems/partdata.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/partdata.h b/cpukit/include/rtems/rtems/partdata.h
index 73babd36f4..4f4132ac6b 100644
--- a/cpukit/include/rtems/rtems/partdata.h
+++ b/cpukit/include/rtems/rtems/partdata.h
@@ -41,11 +41,13 @@ typedef struct {
*/
Objects_Control Object;
+#if defined(RTEMS_SMP)
/**
* @brief This lock protects the chain of unallocated buffers and the number
* of allocated buffers.
*/
- ISR_LOCK_MEMBER( Lock )
+ ISR_lock_Control Lock;
+#endif
/**
* @brief This member contains the physical starting address of the buffer