summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/container-of.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/container-of.yml')
-rw-r--r--spec/rtems/basedefs/if/container-of.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/container-of.yml b/spec/rtems/basedefs/if/container-of.yml
index 70bafc9f..5d3ee09f 100644
--- a/spec/rtems/basedefs/if/container-of.yml
+++ b/spec/rtems/basedefs/if/container-of.yml
@@ -4,8 +4,12 @@ brief: |
copyrights:
- Copyright (C) 2014 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( (${.:/params[1]/name} *) ( (${/c/if/uintptr_t:/name}) ( ${.:/params[0]/name} ) - ${/c/if/offsetof:/name}( ${.:/params[1]/name}, ${.:/params[2]/name} ) ) )
+ default:
+ attributes: null
+ body: |
+ ( (${.:/params[1]/name} *) ( (${/c/if/uintptr_t:/name}) ( ${.:/params[0]/name} ) - ${/c/if/offsetof:/name}( ${.:/params[1]/name}, ${.:/params[2]/name} ) ) )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true