Changeset 7e3581e in mainline


Ignore:
Timestamp:
2014-11-13T00:26:15Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a047aaa
Parents:
72167c7
Message:

add dedicated FOURCC type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/lib/c/include/fourcc.h

    r72167c7 r7e3581e  
    3838#include <libarch/common.h>
    3939
     40typedef uint32_t fourcc_t;
     41
    4042#define FOURCC(a, b, c, d) \
    4143        (((UINT32_T) (a)) | (((UINT32_T) (b)) << 8) | \
Note: See TracChangeset for help on using the changeset viewer.