Ignore:
File:
1 edited

Legend:

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

    r9d58539 r3e6a98c5  
    3434#define HUB_STATUS_H
    3535
    36 #include <bool.h>
     36#include <stdbool.h>
    3737#include <sys/types.h>
    3838#include <usb/dev/request.h>
     
    4242 * should not be accessed directly, use supplied getter/setter methods.
    4343 *
    44  * For more information refer to table 11-15 in
    45  * "Universal Serial Bus Specification Revision 1.1"
     44 * For more information refer to tables 11-15 and 11-16 in
     45 * "Universal Serial Bus Specification Revision 1.1" pages 274 and 277
     46 * (290 and 293 in pdf)
    4647 *
    4748 */
Note: See TracChangeset for help on using the changeset viewer.