RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
24extern "C" {
25#endif /* __cplusplus */
26
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
void rtems_fdt_add_shell_command(void)
Definition: rtems-fdt-shell.c:630
RTEMS Flattened Device Tree.
Definition: rtems-fdt.h:44