os/stuff/drivers/serial.h

9 lines
84 B
C
Raw Normal View History

2019-05-25 10:05:36 -05:00
#ifndef SERIAL_H
#define SERIAL_H
2020-07-22 19:35:23 -05:00
2019-05-25 10:05:36 -05:00
#include <stdint.h>
void serial_init();
#endif