~ubuntu-branches/ubuntu/saucy/seabios/saucy-proposed

« back to all changes in this revision

Viewing changes to src/usb-uhci.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:
2
2
#define __USB_UHCI_H
3
3
 
4
4
// usb-uhci.c
5
 
void uhci_init(struct pci_device *pci, int busid);
 
5
void uhci_setup(struct pci_device *pci, int busid);
6
6
struct usbdevice_s;
7
7
struct usb_endpoint_descriptor;
8
8
struct usb_pipe *uhci_alloc_pipe(struct usbdevice_s *usbdev