Subversion Repositories freemyipod

Rev

Rev 427 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 427 Rev 685
Line 30... Line 30...
30
 
30
 
31
void dbgconsole_putc(char string) ICODE_ATTR;
31
void dbgconsole_putc(char string) ICODE_ATTR;
32
void dbgconsole_puts(const char* string) ICODE_ATTR;
32
void dbgconsole_puts(const char* string) ICODE_ATTR;
33
void dbgconsole_write(const char* string, size_t length) ICODE_ATTR;
33
void dbgconsole_write(const char* string, size_t length) ICODE_ATTR;
34
int dbgconsole_getc(int timeout) ICODE_ATTR;
34
int dbgconsole_getc(int timeout) ICODE_ATTR;
35
int dbgconsole_read(const char* string, size_t length, int timeout) ICODE_ATTR;
35
int dbgconsole_read(char* string, size_t length, int timeout) ICODE_ATTR;
36
 
36
 
37
 
37
 
38
#endif
38
#endif