Changeset 7e3581e in mainline
- Timestamp:
- 2014-11-13T00:26:15Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a047aaa
- Parents:
- 72167c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fourcc.h
r72167c7 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.