Changeset 90c340fb in mainline for uspace/lib/drv/generic/remote_usb.c
- Timestamp:
- 2017-10-26T23:44:55Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37e8c4a
- Parents:
- e4c8e3cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
re4c8e3cf r90c340fb 35 35 36 36 #include <async.h> 37 #include <assert.h> 37 38 #include <macros.h> 38 39 #include <errno.h> … … 169 170 } 170 171 171 int static_assert[sizeof(sysarg_t) >= 4 ? 1 : -1]; 172 static_assert(sizeof(sysarg_t) >= 4); 173 172 174 typedef union { 173 175 uint8_t arr[sizeof(sysarg_t)];
Note:
See TracChangeset
for help on using the changeset viewer.