summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/xconcat.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/xconcat.yml')
-rw-r--r--spec/rtems/basedefs/if/xconcat.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/if/xconcat.yml b/spec/rtems/basedefs/if/xconcat.yml
new file mode 100644
index 00000000..b2280356
--- /dev/null
+++ b/spec/rtems/basedefs/if/xconcat.yml
@@ -0,0 +1,34 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Concatenates expansion of _x and expansion of _y.
+copyrights:
+- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: ${concat:/name}( _x, _y )
+ variants: []
+description: null
+enabled-by: true
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_XCONCAT
+notes: null
+params:
+- description: |
+ is expanded first and then used as the left hand side token of the
+ concatenation.
+ dir: null
+ name: _x
+- description: |
+ is expanded first and then used as the right hand side token of the
+ concatenation.
+ dir: null
+ name: _y
+return:
+ return: |
+ The concatenation of the expansions of tokens _x and _y.
+ return-values: []
+type: interface