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-02-08 08:46:08 +0100
commit48087441991a3c0b9f764dbc761f46cbe294e36d (patch)
tree2e58b6c99f5531d1e7c10fedc2085617b379e134
parentab78a83549a7a603f70506bbe5dd6f2af99bb0e6 (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