Changes in uspace/lib/c/include/fourcc.h [9d58539:7e3581e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fourcc.h
r9d58539 r7e3581e 38 38 #include <libarch/common.h> 39 39 40 typedef uint32_t fourcc_t; 41 40 42 #define FOURCC(a, b, c, d) \ 41 43 (((UINT32_T) (a)) | (((UINT32_T) (b)) << 8) | \
Note:
See TracChangeset
for help on using the changeset viewer.