Changeset fec7ba0 in mainline for uspace/drv
- Timestamp:
- 2019-01-11T18:17:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b3e74a, ad40b74b, e0e5e6f5
- Parents:
- dcec5d2
- Location:
- uspace/drv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/common.h
rdcec5d2 rfec7ba0 45 45 #include <ddi.h> 46 46 #include <errno.h> 47 #include <fibril.h> 47 48 48 49 #define host2xhci(size, val) host2uint##size##_t_le((val)) -
uspace/drv/test/test2/test2.c
rdcec5d2 rfec7ba0 31 31 32 32 #include <assert.h> 33 #include <async.h>34 33 #include <stdio.h> 35 34 #include <errno.h> 35 #include <fibril.h> 36 36 #include <str.h> 37 37 #include <str_error.h>
Note:
See TracChangeset
for help on using the changeset viewer.