mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-26 17:50:12 +00:00
15 lines
218 B
C
15 lines
218 B
C
|
/*
|
||
|
* usb_serial.h
|
||
|
*
|
||
|
* Created on: Dec 9, 2011
|
||
|
* Author: Doug
|
||
|
*/
|
||
|
|
||
|
#ifndef USB_SERIAL_H_
|
||
|
#define USB_SERIAL_H_
|
||
|
|
||
|
void USBSerial_Init(void);
|
||
|
void USBSerial_Check(void);
|
||
|
|
||
|
#endif /* USB_SERIAL_H_ */
|