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-10-14 11:34:26 +0200
commitadfd662ca4eb8a883e535265e05a42ac6a2a86d2 (patch)
tree8f61492a686b65d24052da1d128d710e1d19dea5
parentbb807922a87ac019bfd10df08102bbd7b2b4663a (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 da5e2525a7..d45d47ecb6 100644
--- a/cpukit/include/rtems/rtems/partdata.h
+++ b/cpukit/include/rtems/rtems/partdata.h
@@ -41,10 +41,12 @@ typedef struct {
*/
Objects_Control Object;
+#if defined(RTEMS_SMP)
/**
* @brief This lock protects the chain of free buffers.
*/
- ISR_LOCK_MEMBER( Lock )
+ ISR_lock_Control Lock;
+#endif
/**
* @brief This member contains the physical starting address of the buffer