RTEMS
5.1
cpukit
include
rtems
rtl
rtl-fwd.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2012, 2018 Chris Johns <chrisj@rtems.org>
3
*
4
* The license and distribution terms for this file may be
5
* found in the file LICENSE in this distribution or at
6
* http://www.rtems.org/license/LICENSE.
7
*/
16
#if !defined (_RTEMS_RTL_FWD_H_)
17
#define _RTEMS_RTL_FWD_H_
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
/* __cplusplus */
22
26
struct
rtems_rtl_data
;
27
typedef
struct
rtems_rtl_data
rtems_rtl_data
;
28
29
#ifdef __cplusplus
30
}
31
#endif
/* __cplusplus */
32
33
#endif
rtems_rtl_data
Definition:
rtl.h:106
Generated by
1.8.15