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