standalone : Reverted back the signature of xil_printf.

This patch reverts back the function signature in a53,a9 and
r5 xil_printf API.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
Venkata Naga Sai Krishna Kolapalli 2014-12-18 11:36:50 +05:30 committed by Nava kishore Manne
parent 2dee01e56d
commit 0044befaca
6 changed files with 6 additions and 6 deletions

View file

@ -179,7 +179,7 @@ static s32 getnum( charptr* linep)
/* void esp_printf( const func_ptr f_ptr,
const charptr ctrl1, ...) */
void xil_printf( char8 *ctrl1, ...)
void xil_printf( const char8 *ctrl1, ...)
{
s32 Check;
s32 long_flag;

View file

@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
/* */
void xil_printf( char8 *ctrl1, ...);
void xil_printf( const char8 *ctrl1, ...);
void print( const char8 *ptr);
extern void outbyte (char8 c);
extern char8 inbyte(void);

View file

@ -186,7 +186,7 @@ static s32 getnum( charptr* linep)
/* void esp_printf( const func_ptr f_ptr,
const charptr ctrl1, ...) */
void xil_printf( char8 *ctrl1, ...)
void xil_printf( const char8 *ctrl1, ...)
{
s32 Check;
s32 long_flag;

View file

@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
/* */
void xil_printf( char8 *ctrl1, ...);
void xil_printf( const char8 *ctrl1, ...);
void print( const char8 *ptr);
extern void outbyte (char8 c);
extern char8 inbyte(void);

View file

@ -186,7 +186,7 @@ static s32 getnum( charptr* linep)
/* void esp_printf( const func_ptr f_ptr,
const charptr ctrl1, ...) */
void xil_printf( char8 *ctrl1, ...)
void xil_printf( const char8 *ctrl1, ...)
{
s32 Check;
s32 long_flag;

View file

@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
/* */
void xil_printf( char8 *ctrl1, ...);
void xil_printf( const char8 *ctrl1, ...);
void print( const char8 *ptr);
extern void outbyte (char8 c);
extern char8 inbyte(void);