7 lines
80 B
C
7 lines
80 B
C
#ifndef PL011_H
|
|
#define PL011_H
|
|
|
|
void pl011_putc(char c);
|
|
|
|
#endif /* PL011_H */
|