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:
parent
2dee01e56d
commit
0044befaca
6 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue