1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-03 04:29:43 +00:00
rk65c02/src/device_serial.h

11 lines
179 B
C

#ifndef _DEVICE_SERIAL_H_
#define _DEVICE_SERIAL_H_
#include "device.h"
device_t * device_serial_init();
void device_serial_finish(device_t *);
#endif /* _DEVICE_SERIAL_H_ */