mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-11 09:06:47 +00:00
11 lines
185 B
C
11 lines
185 B
C
#include "xhci.h"
|
|
|
|
/**
|
|
* @brief 初始化xhci控制器
|
|
*
|
|
* @param header 指定控制器的pci device头部
|
|
*/
|
|
void xhci_init(struct pci_device_structure_header_t *header)
|
|
{
|
|
|
|
} |