source: rtems-central/spec/if/rtems/basedefs/inline-routine.yml @ 31a305f

Last change on this file since 31a305f was 31a305f, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/20 at 10:44:23

spec: Add some interface items

  • Property mode set to 100644
File size: 626 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: []
5interface-brief: |
6  Gives a hint to the compiler in a function declaration to inline this
7  function.
8interface-definition:
9  default: static inline
10  variants:
11  - definition: static __inline__
12    enabled-by:
13    - defined(${/if/compiler/gnuc:/interface-name})
14interface-description: null
15interface-name: RTEMS_INLINE_ROUTINE
16interface-type: define
17links:
18- role: interface-placement
19  uid: header
20- role: interface-ingroup
21  uid: /groups/api/basedefs
22type: interface
Note: See TracBrowser for help on using the repository browser.