MOS Source Code
Loading...
Searching...
No Matches
libfdt++.hpp File Reference
#include <mos/types.hpp>
#include <utility>
Include dependency graph for libfdt++.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dt_property
class  dt_reg
 Class to iterate over reg property cells. More...
class  dt_reg::iterator
class  dt_node
class  dt_node::iterator
class  dt_node::node_property_list
class  dt_node::node_property_list::iterator
class  dt_root

Variables

unsigned int dt_root_addr_cells
unsigned int dt_root_size_cells

Variable Documentation

◆ dt_root_addr_cells

unsigned int dt_root_addr_cells
extern

Definition at line 7 of file libfdt++.cpp.

Referenced by dt_reg::iterator::operator*(), and pair_bytes().

◆ dt_root_size_cells

unsigned int dt_root_size_cells
extern

Definition at line 8 of file libfdt++.cpp.

Referenced by dt_reg::iterator::operator*(), and pair_bytes().