m4u_debug.h 435 B

123456789101112131415
  1. #ifndef __M4U_DEBUG_H__
  2. #define __M4U_DEBUG_H__
  3. extern unsigned long gM4U_ProtectVA;
  4. extern __attribute__((weak)) int ddp_mem_test(void);
  5. extern __attribute__((weak)) int __ddp_mem_test(unsigned int *pSrc, unsigned int pSrcPa,
  6. unsigned int *pDst, unsigned int pDstPa,
  7. int need_sync);
  8. #ifdef M4U_TEE_SERVICE_ENABLE
  9. extern int m4u_sec_init(void);
  10. extern int m4u_config_port_tee(M4U_PORT_STRUCT *pM4uPort);
  11. #endif
  12. #endif