compiler/blob: Make some parameters void instead of uint8_t
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 Oct 2017 19:10:08 +0000 (12:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 13 Oct 2017 04:47:06 +0000 (21:47 -0700)
commit6a41a52e625537d1072c4f605fb1ed651ac0b99d
tree6ed851f11fd61424af52061e174dd38cbef94c53
parent4d56ff0a714adfd763149ce98e3fa7437e14abac
compiler/blob: Make some parameters void instead of uint8_t

There are certain advantages to using uint8_t internally such as
well-defined arithmetic on all platforms.  However, interfaces that
work in terms of raw data should use a void* type.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/blob.c
src/compiler/blob.h