1 #ifndef SERIALCP210X_CLASS_H
2 #define SERIALCP210X_CLASS_H
5 *----------------------------------------------------------------------------
6 * Includes for serialcp210x class
7 *----------------------------------------------------------------------------
8 * By Chris Hodges <chrisly@platon42.de>
13 #include <devices/serial.h>
15 #include <devices/newstyle.h>
21 #include "serialcp210x.h"
26 struct NepClassSerial
* usbAttemptDeviceBinding(struct NepSerialBase
*nh
, struct PsdDevice
*pd
);
27 struct NepClassSerial
* usbForceDeviceBinding(struct NepSerialBase
*nh
, struct PsdDevice
*pd
);
28 void usbReleaseDeviceBinding(struct NepSerialBase
*nh
, struct NepClassSerial
*ncp
);
30 struct NepClassSerial
* nAllocSerial(void);
31 void nFreeSerial(struct NepClassSerial
*nch
);
33 AROS_UFP0(void, nSerialTask
);
35 #endif /* SERIALCP210X_CLASS_H */