xhci控制器初始化(还存在bug,无法reset端口)

This commit is contained in:
fslongjin
2022-07-21 20:43:49 +08:00
parent c9c8147cdf
commit fa1c2bd461
5 changed files with 202 additions and 31 deletions

View File

@ -25,7 +25,7 @@ struct tm
struct timespec
{
long int tv_sec; // 秒
long int tv_nsec; // 纳秒
long long tv_nsec; // 纳秒
};
/**