|
SimpleKernel 1.17.0
|
#include <etl/singleton.h>#include <cassert>#include "device_node.hpp"#include "driver_registry.hpp"#include "expected.hpp"#include "kernel_log.hpp"#include "spinlock.hpp"

Go to the source code of this file.
Classes | |
| class | DeviceManager |
| 设备管理器 — 管理所有设备节点和驱动程序。 More... | |
Typedefs | |
| using | DeviceManagerSingleton = etl::singleton< DeviceManager > |
| using DeviceManagerSingleton = etl::singleton<DeviceManager> |
Definition at line 118 of file device_manager.hpp.