Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 109 → Rev 110

/SPARTAN/trunk/arch/mips/src/putchar.c
30,7 → 30,7
#include <arch/types.h>
#include <arch/cp0.h>
 
#define VIDEORAM 0xA000000
#define VIDEORAM 0xB0000000
 
void putchar(const char ch)
{