hdcp1x: Fixed compilation warnings and errors.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Shadul Shaikh <shaduls@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-08-03 16:13:17 -07:00 committed by Nava kishore Manne
parent 01291541a5
commit d565651a98
3 changed files with 5 additions and 2 deletions

View file

@ -931,6 +931,6 @@ void XHdcp1x_Info(const XHdcp1x *InstancePtr)
else
#endif
{
XHDCP_DEBUG_PRINTF("unknown interface type\r\n");
XHDCP1X_DEBUG_PRINTF("unknown interface type\r\n");
}
}

View file

@ -207,7 +207,9 @@ u16 XHdcp1x_CipherGetRo(const XHdcp1x_Cipher *InstancePtr);
u32 XHdcp1x_CipherGetVersion(const XHdcp1x_Cipher *InstancePtr);
void XHdcp1x_CipherHandlerInterrupt(void *InstancePtr);
void XHdcp1x_CipherHandleInterrupt(void *InstancePtr);
int XHdcp1x_CipherSelfTest(XHdcp1x_Cipher *InstancePtr);
#ifdef __cplusplus
}

View file

@ -51,6 +51,7 @@
#include "xhdcp1x.h"
#include "xhdcp1x_cipher.h"
#include "xhdcp1x_port.h"
#include "xil_types.h"
/************************** Constant Definitions *****************************/