UEFI 关于protocol的问题
我在源文件中这样定义EFI_BLOCK_IO_PROTOCOL *BlockIo =*EFI_BLOCK_IO_PROTOCOL**)(DiskIo + 1);
EFI_BLOCK_IO_MEDIA *Media = BlockIo->Media;
但是在编译的时候报错,请各位大神指教。。。。
错误如下:
d:\uefi_software\original\UEFI_StudyResult\GPTDisk\GPTDisk.c(80) : error C2275:
'EFI_BLOCK_IO_PROTOCOL' : illegal use of this type as an expression
页:
[1]