RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
20extern "C" {
21#endif /* __cplusplus */
22
28
34
38struct rtems_rtl_obj;
39typedef struct rtems_rtl_obj rtems_rtl_obj;
40
41#ifdef __cplusplus
42}
43#endif /* __cplusplus */
44
45#endif
Definition: rtl-obj.h:150
Definition: rtl-obj.h:127
Definition: rtl-obj.h:181