Subversion Repositories freemyipod

Rev

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

Rev 685 Rev 704
Line 29... Line 29...
29
 
29
 
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
void dbgconsole_sputc(char string) ICODE_ATTR;
-
 
35
void dbgconsole_sputs(const char* string) ICODE_ATTR;
-
 
36
void dbgconsole_swrite(const char* string, size_t length) ICODE_ATTR;
34
int dbgconsole_getc(int timeout) ICODE_ATTR;
37
int dbgconsole_getc(int timeout) ICODE_ATTR;
35
int dbgconsole_read(char* string, size_t length, int timeout) ICODE_ATTR;
38
int dbgconsole_read(char* string, size_t length, int timeout) ICODE_ATTR;
36
 
39
 
37
 
40
 
38
#endif
41
#endif