Changeset 23c8acd9 in mainline for uspace/lib/usb/include/usb/usb.h


Ignore:
Timestamp:
2017-06-09T21:26:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98a3879
Parents:
c09ff7b
Message:

Move off64_t and aoff64_t into offset.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usb.h

    rc09ff7b r23c8acd9  
    3838#include <stdbool.h>
    3939#include <stdint.h>
    40 #include <sys/types.h>
     40#include <libarch/types.h>
    4141
    4242/** Convert 16bit value from native (host) endianness to USB endianness. */
Note: See TracChangeset for help on using the changeset viewer.