new: usb控制器检测

This commit is contained in:
fslongjin
2022-07-17 17:24:27 +08:00
parent a1c843cd3a
commit afb80d4d6e
8 changed files with 67 additions and 7 deletions

View File

@ -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)
{
}