1
0
Fork 0
aedrix-kernel/include/devices/pl011.h

7 lines
80 B
C

#ifndef PL011_H
#define PL011_H
void pl011_putc(char c);
#endif /* PL011_H */