summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/used.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/used.yml')
-rw-r--r--spec/rtems/basedefs/if/used.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/if/used.yml b/spec/rtems/basedefs/if/used.yml
new file mode 100644
index 00000000..ea8a4c38
--- /dev/null
+++ b/spec/rtems/basedefs/if/used.yml
@@ -0,0 +1,23 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Tells the compiler that a specific variable or function is used.
+copyrights:
+- Copyright (C) 2009 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: ''
+ variants:
+ - definition: |
+ __attribute__((__used__))
+ enabled-by:
+ - defined(${/compiler/if/gnuc:/name})
+description: null
+enabled-by: true
+interface-type: define
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_USED
+notes: null
+type: interface