summaryrefslogblamecommitdiffstats
path: root/spec/rtems/basedefs/if/declare-global-symbol.yml
blob: 02e319fe47e280fcc89e21acb58e1d6766b38991 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     

                                                   

                                                                         
           


                       
              
                                          
                
                 




                           
            









                                                                      
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Declares a global symbol with the specified name.
copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: |
    extern char _name[]
  variants: []
description: |
  This macro must be placed at file scope.
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_DECLARE_GLOBAL_SYMBOL
notes: null
params:
- description: |
    is the name of the global symbol.  It shall be a valid designator.
  dir: null
  name: _name
return:
  return: null
  return-values: []
type: interface