🆕 pci驱动的数据结构

This commit is contained in:
fslongjin
2022-03-21 18:34:49 +08:00
parent 046bce39a9
commit 5c3a472310
3 changed files with 195 additions and 0 deletions

View File

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