Changes in uspace/lib/drv/generic/remote_usb.c [90c340fb:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
r90c340fb r58563585 35 35 36 36 #include <async.h> 37 #include <assert.h>38 37 #include <macros.h> 39 38 #include <errno.h> … … 170 169 } 171 170 172 static_assert(sizeof(sysarg_t) >= 4); 173 171 int static_assert[sizeof(sysarg_t) >= 4 ? 1 : -1]; 174 172 typedef union { 175 173 uint8_t arr[sizeof(sysarg_t)];
Note:
See TracChangeset
for help on using the changeset viewer.