summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/expand.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/expand.yml')
-rw-r--r--spec/if/rtems/basedefs/expand.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/spec/if/rtems/basedefs/expand.yml b/spec/if/rtems/basedefs/expand.yml
deleted file mode 100644
index f1a198fd..00000000
--- a/spec/if/rtems/basedefs/expand.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: |
- Helper macro to perform a macro expansion on the specified token.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-definition:
- default: _token
- variants: []
-description: null
-enabled-by: true
-interface-type: macro
-links:
-- role: interface-placement
- uid: header
-- role: interface-ingroup
- uid: group
-name: RTEMS_EXPAND
-notes: null
-params:
-- description: |
- is the token to expand.
- dir: null
- name: _token
-return:
- return: null
- return-values: []
-type: interface