|
SimpleKernel 1.17.0
|
驱动静态匹配表中的一条记录 More...
#include <driver_registry.hpp>

Public Attributes | |
| BusType | bus_type {BusType::kPlatform} |
| const char * | compatible {nullptr} |
驱动静态匹配表中的一条记录
Definition at line 25 of file driver_registry.hpp.
| BusType MatchEntry::bus_type {BusType::kPlatform} |
Definition at line 26 of file driver_registry.hpp.
| const char* MatchEntry::compatible {nullptr} |
FDT compatible 字符串(平台总线) 或 vendor/HID 字符串(PCI/ACPI — 未来扩展)
Definition at line 29 of file driver_registry.hpp.