RTEMS
5.0.0
cpukit
include
rtems
init.h
Go to the documentation of this file.
1
19
/*
20
* COPYRIGHT (c) 1989-2008.
21
* On-Line Applications Research Corporation (OAR).
22
*
23
* The license and distribution terms for this file may be
24
* found in the file LICENSE in this distribution or at
25
* http://www.rtems.org/license/LICENSE.
26
*/
27
28
#ifndef _RTEMS_INIT_H
29
#define _RTEMS_INIT_H
30
31
#include <
rtems/rtems/types.h
>
32
#include <rtems/config.h>
33
#include <
rtems/rtems/intr.h
>
34
35
#ifdef __cplusplus
36
extern
"C"
{
37
#endif
38
49
void
rtems_initialize_executive
(
void
)
50
RTEMS_NO_RETURN
;
51
60
void
rtems_shutdown_executive
(
61
uint32_t result
62
)
RTEMS_NO_RETURN
;
63
64
#ifdef __cplusplus
65
}
66
#endif
67
68
#endif
69
/* end of include file */
rtems_shutdown_executive
void rtems_shutdown_executive(uint32_t result) RTEMS_NO_RETURN
Shutdown the RTEMS environment.
Definition:
exshutdown.c:19
rtems_initialize_executive
void rtems_initialize_executive(void) RTEMS_NO_RETURN
Initializes the system and starts multitasking.
Definition:
exinit.c:122
types.h
intr.h
RTEMS_NO_RETURN
#define RTEMS_NO_RETURN
Definition:
basedefs.h:101
Generated by
1.8.13