nt9856x/code/application/source/cardv/SrcCode/UIApp/UsbMsdcCb/MsdcNvtCb_CustomSi.h
2023-03-28 15:07:53 +08:00

12 lines
281 B
C

#ifndef _MSDCNVTCB_CUSTOMSI_H
#define _MSDCNVTCB_CUSTOMSI_H
/**
If you want to create a new Si Module, just duplicate it. the change the name
MsdcNvtRegSi_CustomSi -> MsdcNvtRegSi_Xxxxxx
*/
//APIs for MSDCVendorNVT_AddCallback_Si
BOOL MsdcNvtRegSi_CustomSi(void);
#endif