Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280811
b: refs/heads/master
c: f80b45e
h: refs/heads/master
i:
  280809: 58c8386
  280807: 7ca663b
v: v3
  • Loading branch information
Felipe Balbi committed Dec 12, 2011
1 parent a99db98 commit 10a6349
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67920bd7c984c7f3a73305ad11cbb9fd3d5e239c
refs/heads/master: f80b45e75e112e78b2b439dd3401bb3dff7cf6a1
3 changes: 3 additions & 0 deletions trunk/drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,7 @@ union dwc3_event {
int dwc3_host_init(struct dwc3 *dwc);
void dwc3_host_exit(struct dwc3 *dwc);

int dwc3_gadget_init(struct dwc3 *dwc);
void dwc3_gadget_exit(struct dwc3 *dwc);

#endif /* __DRIVERS_USB_DWC3_CORE_H */
3 changes: 0 additions & 3 deletions trunk/drivers/usb/dwc3/gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ static inline void dwc3_gadget_move_request_queued(struct dwc3_request *req)
list_move_tail(&req->list, &dep->req_queued);
}

int dwc3_gadget_init(struct dwc3 *dwc);
void dwc3_gadget_exit(struct dwc3 *dwc);

void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
int status);

Expand Down

0 comments on commit 10a6349

Please sign in to comment.