RTEMS CPU Kit with SuperCore
mnt
data0
chrisj
rtems
admin
rtems-admin.git
doxygen
builder
latest
rtems.git
cpukit
libdl
rtl-obj-fwd.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2012 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_OBJ_FWD_H_)
17
#define _RTEMS_RTL_OBJ_FWD_H_
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
/* __cplusplus */
22
26
struct
rtems_rtl_obj_sect_s
;
27
typedef
struct
rtems_rtl_obj_sect_s
rtems_rtl_obj_sect_t
;
28
32
struct
rtems_rtl_obj_s
;
33
typedef
struct
rtems_rtl_obj_s
rtems_rtl_obj_t
;
34
35
#ifdef __cplusplus
36
}
37
#endif
/* __cplusplus */
38
39
#endif
rtems_rtl_obj_sect_s
An object file is made up of sections and the can be more than one of a specific type of sections...
Definition:
rtl-obj.h:125
rtems_rtl_obj_s
RTL Object.
Definition:
rtl-obj.h:156
Generated by
1.8.13