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