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:
parent
01291541a5
commit
d565651a98
3 changed files with 5 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
|
||||
#include "xhdcp1x.h"
|
||||
#include "xhdcp1x_cipher.h"
|
||||
#include "xhdcp1x_port.h"
|
||||
#include "xil_types.h"
|
||||
|
||||
/************************** Constant Definitions *****************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue