Changeset 6c5abf9 in mainline for uspace/drv/bus/usb/usbhub/utils.h


Ignore:
Timestamp:
2011-09-23T13:09:47Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a590a23
Parents:
aff1880
Message:

usbhub: Further unused code removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/utils.h

    raff1880 r6c5abf9  
    3838#define USBHUB_UTILS_H
    3939
    40 #include <adt/list.h>
    41 #include <bool.h>
    42 #include <ddf/driver.h>
    43 #include <fibril_synch.h>
     40#include <usb/usb.h>
    4441
    45 #include <usb/classes/hub.h>
    46 #include <usb/usb.h>
    47 #include <usb/debug.h>
    48 #include <usb/dev/request.h>
    49 
    50 #include "usbhub.h"
    51 
    52 
    53 void * usb_create_serialized_hub_descriptor(usb_hub_descriptor_t *descriptor);
    54 
    55 void usb_serialize_hub_descriptor(usb_hub_descriptor_t *descriptor,
    56     void *serialized_descriptor);
     42#define USB_HUB_MAX_DESCRIPTOR_SIZE 71
    5743
    5844int usb_deserialize_hub_desriptor(
Note: See TracChangeset for help on using the changeset viewer.