KSV.H
上传用户:xmyjxjd
上传日期:2013-05-04
资源大小:1517k
文件大小:0k
开发平台:

C/C++

  1. //#include "main_def.h"
  2. #ifdef __HDCPKSV__
  3. #if(HDCP_ENABLE)
  4. unsigned char code BKSV[];
  5. unsigned char code HDCP_KEY_A_Port[];
  6. #endif
  7. #else
  8. #if(HDCP_ENABLE)
  9. extern unsigned char code BKSV[];
  10. extern unsigned char code HDCP_KEY_A_Port[];
  11. #endif
  12. #endif