nouveau: use bool instead of boolean
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_compute.h
1 #ifndef NVC0_COMPUTE_H
2 #define NVC0_COMPUTE_H
3
4 #include "nv50/nv50_defs.xml.h"
5 #include "nvc0/nvc0_compute.xml.h"
6
7 bool
8 nvc0_compute_validate_program(struct nvc0_context *nvc0);
9
10 #endif /* NVC0_COMPUTE_H */