mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-22 22:31:41 +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_ */
|