SimpleKernel 1.17.0
Loading...
Searching...
No Matches
device_manager.hpp File Reference
#include <etl/singleton.h>
#include <cassert>
#include "device_node.hpp"
#include "driver_registry.hpp"
#include "expected.hpp"
#include "kernel_log.hpp"
#include "spinlock.hpp"
Include dependency graph for device_manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DeviceManager
 设备管理器 — 管理所有设备节点和驱动程序。 More...
 

Typedefs

using DeviceManagerSingleton = etl::singleton< DeviceManager >
 

Typedef Documentation

◆ DeviceManagerSingleton

using DeviceManagerSingleton = etl::singleton<DeviceManager>

Definition at line 118 of file device_manager.hpp.