~ubuntu-branches/ubuntu/trusty/seabios/trusty-proposed

« back to all changes in this revision

Viewing changes to src/usb-hub.h

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2013-07-08 21:34:44 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130708213444-6ed9q23j39x143lu
Tags: 1.7.3-1
Multi-Arch: allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
// usb-hub.c
5
5
struct usbdevice_s;
6
 
int usb_hub_init(struct usbdevice_s *usbdev);
 
6
int usb_hub_setup(struct usbdevice_s *usbdev);
7
7
 
8
8
 
9
9
/****************************************************************