add stub function to able to build device with EA4357

- dcd_controller_reset
- dcd_controller_connect
This commit is contained in:
hathach
2013-05-25 16:03:40 +07:00
parent 9b7f24bef2
commit ae02263d81
7 changed files with 200 additions and 51 deletions

View File

@@ -73,6 +73,11 @@
tusb_error_t dcd_init(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
tusb_error_t dcd_controller_reset(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
tusb_error_t dcd_controller_connect(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
void dcd_isr(uint8_t hostid);
#ifdef __cplusplus
}
#endif