SimpleKernel 1.17.0
Loading...
Searching...
No Matches
kernel_fdt.hpp File Reference
#include <libfdt_env.h>
#include <libfdt.h>
#include <cpu_io.h>
#include <etl/singleton.h>
#include <array>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <tuple>
#include <utility>
#include "expected.hpp"
#include "kernel_log.hpp"
#include "kstd_cstring"
Include dependency graph for kernel_fdt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KernelFdt
 FDT(Flattened Device Tree)解析器 More...
 

Typedefs

using KernelFdtSingleton = etl::singleton< KernelFdt >
 

Typedef Documentation

◆ KernelFdtSingleton

using KernelFdtSingleton = etl::singleton<KernelFdt>

Definition at line 830 of file kernel_fdt.hpp.