Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2013-09-29T18:50:27Z (12 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/hc.h

    r11a3b5f r0d4b110  
    3535#define DRV_OHCI_HC_H
    3636
     37#include <adt/list.h>
     38#include <ddi.h>
     39#include <ddf/driver.h>
     40#include <device/hw_res_parsed.h>
    3741#include <fibril.h>
    3842#include <fibril_synch.h>
    39 #include <adt/list.h>
    40 #include <ddi.h>
    41 #include <ddf/interrupt.h>
     43#include <stdbool.h>
     44#include <sys/types.h>
    4245
    43 #include <usb/usb.h>
    4446#include <usb/host/hcd.h>
     47#include <usb/host/endpoint.h>
     48#include <usb/host/usb_transfer_batch.h>
    4549
    46 #include "ohci_batch.h"
    4750#include "ohci_regs.h"
    4851#include "ohci_rh.h"
Note: See TracChangeset for help on using the changeset viewer.