summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/inline-routine.yml
blob: 7ce5f60e90cad0b60064c1644bd7217e12921972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Gives a hint to the compiler in a function declaration to inline this
  function.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: static inline
  variants:
  - definition: static __inline__
    enabled-by:
    - defined(${/if/compiler/gnuc:/name})
description: null
enabled-by: true
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_INLINE_ROUTINE
notes: null
type: interface