SimpleKernel 1.17.0
Loading...
Searching...
No Matches
MatchEntry Struct Reference

驱动静态匹配表中的一条记录 More...

#include <driver_registry.hpp>

Collaboration diagram for MatchEntry:
Collaboration graph

Public Attributes

BusType bus_type {BusType::kPlatform}
 
const char * compatible {nullptr}
 

Detailed Description

驱动静态匹配表中的一条记录

Definition at line 25 of file driver_registry.hpp.

Member Data Documentation

◆ bus_type

BusType MatchEntry::bus_type {BusType::kPlatform}

Definition at line 26 of file driver_registry.hpp.

◆ compatible

const char* MatchEntry::compatible {nullptr}

FDT compatible 字符串(平台总线) 或 vendor/HID 字符串(PCI/ACPI — 未来扩展)

Definition at line 29 of file driver_registry.hpp.

29{nullptr};

The documentation for this struct was generated from the following file: