Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/ohci_rh.c


Ignore:
Timestamp:
2013-09-29T18:50:27Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fd16b93
Parents:
11a3b5f
Message:

ohci: Sanitize includes.

Include what you use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_rh.c

    r11a3b5f r0d4b110  
    3232 * @brief OHCI driver
    3333 */
     34
    3435#include <assert.h>
     36#include <errno.h>
     37#include <mem.h>
     38#include <sys/types.h>
     39
     40#include <usb/classes/hub.h>
    3541#include <usb/debug.h>
     42#include <usb/descriptor.h>
     43#include <usb/request.h>
     44#include <usb/usb.h>
     45
     46#include <usb/host/endpoint.h>
     47#include <usbvirt/device.h>
    3648
    3749#include "ohci_rh.h"
Note: See TracChangeset for help on using the changeset viewer.