first semihosting integration
This commit is contained in:
14
libwrap/semihosting/semihosting.h
Normal file
14
libwrap/semihosting/semihosting.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef SEMIHOSTING_H
|
||||
#define SEMIHOSTING_H
|
||||
|
||||
//int32_t trace_write(const char* buf, uint32_t nbyte);
|
||||
|
||||
void sh_write0(const char* buf);
|
||||
void sh_writec(char c);
|
||||
char sh_readc(void);
|
||||
|
||||
int getchar(void);
|
||||
|
||||
extern int sh_missing_host;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user