Subversion Repositories HelenOS

Rev

Rev 3484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3484 Rev 3515
Line 37... Line 37...
37
 
37
 
38
#include <printf.h>
38
#include <printf.h>
39
 
39
 
40
 
40
 
41
/** Address where characters to be printed are expected. */
41
/** Address where characters to be printed are expected. */
-
 
42
#ifdef MACHINE_GXEMUL_TESTARM
42
#define PUTC_ADDRESS    0x10000000
43
#define PUTC_ADDRESS    0x10000000
-
 
44
#endif
-
 
45
#ifdef MACHINE_QEMU_ICP
-
 
46
#define  PUTC_ADDRESS    0x16000000
-
 
47
#endif
43
 
48
 
44
 
49
 
45
/** Prints a character to the console.
50
/** Prints a character to the console.
46
 *
51
 *
47
 * @param ch Character to be printed.
52
 * @param ch Character to be printed.