Files
my-os-project2/kernel/putchar.h
2025-08-13 23:28:25 +02:00

8 lines
107 B
C

#ifndef PUTCHAR_H_
#define PUTCHAR_H_
#define PUTCHAR_FB 1
#define PUTCHAR_SERIAL 2
#endif // PUTCHAR_H_