v3d: add header guards in v3d_packet_helpers.h

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Iago Toral Quiroga 2019-07-26 08:55:44 +02:00
parent e7eac8a1e8
commit 5ffb8b1716

View file

@ -21,6 +21,9 @@
* IN THE SOFTWARE.
*/
#ifndef MESA_V3D_PACKET_HELPERS_H
#define MESA_V3D_PACKET_HELPERS_H
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
@ -214,3 +217,4 @@ __gen_unpack_f187(const uint8_t *restrict cl, uint32_t start, uint32_t end)
return uif(bits << 16);
}
#endif