🆕 新增了ata驱动程序

This commit is contained in:
fslongjin
2022-03-20 21:35:36 +08:00
parent 0aee6bb409
commit b28f7d9c0d
6 changed files with 429 additions and 24 deletions

View File

@ -39,6 +39,7 @@
})
// 定义类型的缩写
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ul;
typedef unsigned long long int ull;