summaryrefslogtreecommitdiffstats
path: root/apps/init/stage1/kprint.h
blob: ea71012cc9cde3d632da7600555f1c6eae083fc3 (plain) (blame)
1
2
3
4
5
6
7
#ifndef INIT_STAGE1_KPRINT_H
#define INIT_STAGE1_KPRINT_H 1

void kputc(char c);
void kputs(const char *s);

#endif