|
SimpleKernel 1.17.0
|
#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"

Go to the source code of this file.
Classes | |
| class | KernelFdt |
| FDT(Flattened Device Tree)解析器 More... | |
Typedefs | |
| using | KernelFdtSingleton = etl::singleton< KernelFdt > |
| using KernelFdtSingleton = etl::singleton<KernelFdt> |
Definition at line 830 of file kernel_fdt.hpp.