aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_serial_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_serial_usb.h')
-rw-r--r--os/hal/include/hal_serial_usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/include/hal_serial_usb.h b/os/hal/include/hal_serial_usb.h
index d0d3c6cd2..9d3e016b8 100644
--- a/os/hal/include/hal_serial_usb.h
+++ b/os/hal/include/hal_serial_usb.h
@@ -177,7 +177,8 @@ extern "C" {
void sduObjectInit(SerialUSBDriver *sdup);
void sduStart(SerialUSBDriver *sdup, const SerialUSBConfig *config);
void sduStop(SerialUSBDriver *sdup);
- void sduDisconnectI(SerialUSBDriver *sdup);
+ void sduSuspendHookI(SerialUSBDriver *sdup);
+ void sduWakeupHookI(SerialUSBDriver *sdup);
void sduConfigureHookI(SerialUSBDriver *sdup);
bool sduRequestsHook(USBDriver *usbp);
void sduSOFHookI(SerialUSBDriver *sdup);