RTEMS  5.0.0
rtems-fdt-shell.h
Go to the documentation of this file.
1 /*
2  * COPYRIGHT (c) 2013-2017 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  */
18 #if !defined (_RTEMS_FDT_SHELL_H_)
19 #define _RTEMS_FDT_SHELL_H_
20 
21 #include <rtems/rtems-fdt.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif /* __cplusplus */
26 
30 void rtems_fdt_add_shell_command (void);
31 
37 
38 #ifdef __cplusplus
39 }
40 #endif /* __cplusplus */
41 
42 #endif
rtems_fdt_handle * rtems_fdt_get_shell_handle(void)
Definition: rtems-fdt-shell.c:637
RTEMS Flattened Device Tree.
void rtems_fdt_add_shell_command(void)
Definition: rtems-fdt-shell.c:630
Definition: rtems-fdt.h:43