X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Fusb.h;h=67a3830f69c3b3618616269d82a1c9e85988027a;hb=HEAD;hp=fb258bf16bd37be843d3542f26fa771c921e76b4;hpb=656a71a36fc390a2b8e643f07ef88e9caf05a36f;p=carl9170fw.git diff --git a/carlfw/include/usb.h b/carlfw/include/usb.h index fb258bf..67a3830 100644 --- a/carlfw/include/usb.h +++ b/carlfw/include/usb.h @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_USB_H @@ -184,6 +183,7 @@ void __noreturn jump_to_bootcode(void); void send_cmd_to_host(const uint8_t len, const uint8_t type, const uint8_t ext, const uint8_t *body); +void usb_reset_eps(void); void usb_init(void); void usb_ep0rx(void); void usb_ep0tx(void);