从8位机C8051移植到32位机之后,会在结构体处报错

图片说明

这里的报错是:
error: #167: argument of type "DPSE_C1_C2_INIT *" is incompatible with parameter of type "struct _DPSE_C1_C2_INIT *"

error: #167: argument of type "DPSE_C1_C2_INIT *" is incompatible with parameter of type "struct _DPSE_C1_C2_INIT *"

图片说明

这是结构体定义

https://blog.csdn.net/hjh2005/article/details/7561281