adding mutexes, cleaning up types

This commit is contained in:
2023-12-11 22:44:06 +01:00
parent bae91a61d4
commit e585ecafcc
13 changed files with 165 additions and 70 deletions

View File

@ -43,7 +43,7 @@ typedef s32 (*func_ptr)(int c);
void xil_printf( const char8 *ctrl1, ...);
void xil_vprintf(const char8 *ctrl1, va_list argp);
void print( const char8 *ptr);
extern void outbyte (char c);
extern void outbyte (uint8_t c);
extern char inbyte(void);
#ifdef __cplusplus