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>2020-12-09 08:24:07 +0100
commit2c489c489f3d58e2f2c06e52a6cede3d838a8e29 (patch)
tree87bf6fe06ab5c41301cd79fd844317126610c1f5
parentfcc114cb89797679cbd131b66e4b3f6d6c124627 (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