mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 06:16:31 +00:00
new: usb控制器检测
This commit is contained in:
@ -1 +1,11 @@
|
||||
#include "xhci.h"
|
||||
#include "xhci.h"
|
||||
|
||||
/**
|
||||
* @brief 初始化xhci控制器
|
||||
*
|
||||
* @param header 指定控制器的pci device头部
|
||||
*/
|
||||
void xhci_init(struct pci_device_structure_header_t *header)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user