RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
36extern "C" {
37#endif
38
51
61 uint32_t result
63
64#ifdef __cplusplus
65}
66#endif
67
68#endif
69/* end of include file */
#define RTEMS_NO_RETURN
Definition: basedefs.h:102
void rtems_shutdown_executive(uint32_t result) RTEMS_NO_RETURN
Shutdown the RTEMS environment.
Definition: exshutdown.c:19
void rtems_initialize_executive(void) RTEMS_NO_RETURN
Initializes the system and starts multitasking.
Definition: exinit.c:121