Changeset 8064c2f6 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2013-09-28T21:51:51Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11a3b5f
Parents:
8f1dd3b
Message:

uhci: Sanitize headers.

Include what you use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.h

    r8f1dd3b r8064c2f6  
    3636#define DRV_UHCI_HC_H
    3737
    38 #include <ddf/interrupt.h>
    3938#include <device/hw_res_parsed.h>
    4039#include <fibril.h>
    4140#include <macros.h>
     41#include <stdbool.h>
     42#include <sys/types.h>
    4243#include <usb/host/hcd.h>
     44#include <usb/host/usb_transfer_batch.h>
     45
    4346#include "uhci_rh.h"
    44 
    4547#include "transfer_list.h"
     48#include "hw_struct/link_pointer.h"
    4649
    4750/** UHCI I/O registers layout */
Note: See TracChangeset for help on using the changeset viewer.