MOS Source Code
Loading...
Searching...
No Matches
dt_dump.cpp File Reference
#include "libfdt++.hpp"
#include "mos/syslog/printk.h"
#include <mos_string.h>
+ Include dependency graph for dt_dump.cpp:

Go to the source code of this file.

Macros

#define INDENT   " "
 

Functions

static void print_property_value (const dt_property &prop, size_t indent_len=0)
 
void dump_fdt_node (const dt_node &node, int depth=0)
 

Macro Definition Documentation

◆ INDENT

#define INDENT   " "

Definition at line 8 of file dt_dump.cpp.

Referenced by dump_fdt_node().

Function Documentation

◆ print_property_value()

static void print_property_value ( const dt_property & prop,
size_t indent_len = 0 )
static

Definition at line 10 of file dt_dump.cpp.

Referenced by dump_fdt_node().

+ Here is the call graph for this function:

◆ dump_fdt_node()

void dump_fdt_node ( const dt_node & node,
int depth = 0 )

Definition at line 109 of file dt_dump.cpp.

Referenced by dump_fdt_node().

+ Here is the call graph for this function: