summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/deprecated.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/deprecated.yml')
-rw-r--r--spec/rtems/basedefs/if/deprecated.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/if/deprecated.yml b/spec/rtems/basedefs/if/deprecated.yml
new file mode 100644
index 00000000..ca7e2137
--- /dev/null
+++ b/spec/rtems/basedefs/if/deprecated.yml
@@ -0,0 +1,24 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Instructs the compiler in a declaration to issue a warning whenever a
+ variable, function, or type using this declaration will be used.
+copyrights:
+- Copyright (C) 2009 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: ''
+ variants:
+ - definition: |
+ __attribute__((__deprecated__))
+ 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_DEPRECATED
+notes: null
+type: interface