summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/devolatile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/devolatile.yml')
-rw-r--r--spec/if/rtems/basedefs/devolatile.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/spec/if/rtems/basedefs/devolatile.yml b/spec/if/rtems/basedefs/devolatile.yml
deleted file mode 100644
index 5fcab59c..00000000
--- a/spec/if/rtems/basedefs/devolatile.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: |
- Performs a type cast which removes volatile qualifiers without warnings to
- the specified type for the specified pointer variable.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 2014 Paval Pisa
-definition:
- default: ${dequalify-depthx:/name}(*, _type, _var)
- variants: []
-description: null
-enabled-by: true
-interface-type: macro
-links:
-- role: interface-placement
- uid: header
-- role: interface-ingroup
- uid: group
-name: RTEMS_DEVOLATILE
-notes: null
-params:
-- description: |
- is the target type of the cast.
- dir: null
- name: _type
-- description: |
- is the pointer variable.
- dir: null
- name: _var
-return:
- return: null
- return-values: []
-type: interface