summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/concat.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-06 12:44:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:22 +0200
commit31a305f1d26256c5439d1dd552a4136848e841f0 (patch)
treef8c6584f4ec5ca2c98e94476da874fe066519a8d /spec/if/rtems/basedefs/concat.yml
parentinterface: Support void functions (diff)
downloadrtems-central-31a305f1d26256c5439d1dd552a4136848e841f0.tar.bz2
spec: Add some interface items
Diffstat (limited to 'spec/if/rtems/basedefs/concat.yml')
-rw-r--r--spec/if/rtems/basedefs/concat.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/spec/if/rtems/basedefs/concat.yml b/spec/if/rtems/basedefs/concat.yml
new file mode 100644
index 00000000..014096e3
--- /dev/null
+++ b/spec/if/rtems/basedefs/concat.yml
@@ -0,0 +1,31 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: []
+interface-brief: |
+ Concatenates _x and _y without expanding.
+interface-definition:
+ default: _x##_y
+ variants: []
+interface-description: null
+interface-name: RTEMS_CONCAT
+interface-params:
+- description: |
+ is the left hand side token of the concatenation.
+ dir: null
+ name: _x
+- description: |
+ is the right hand side token of the concatenation.
+ dir: null
+ name: _y
+interface-return:
+ return: |
+ The concatenation of the tokens _x and _y.
+ return-values: []
+interface-type: macro
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: /groups/api/basedefs
+type: interface