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