blob: 84624fbea358ab5c93de296f3794c6de8c1f372a [file] [log] [blame]
#ifndef _ARCH_H
#define _ARCH_H
#include "cpu.h"
void arch_putchar(char c);
#endif /* _ARCH_H */