panfrost: Don't use implicit mali_exception_status enum
[mesa.git] / src / panfrost / pandecode / public.h
index 7d684347c46e95a5bad28c4bc68a3e4a0928cbb6..9144ea1b60d3b38a086b38ebb9d6659c7d38edab 100644 (file)
@@ -54,7 +54,7 @@ pandecode_inject_mmap(uint64_t gpu_va, void *cpu, unsigned sz, const char *name)
 int pandecode_jc(uint64_t jc_gpu_va, bool bifrost, unsigned gpu_id);
 
 char *
-pandecode_exception_access(enum mali_exception_access access);
+pandecode_exception_access(unsigned access);
 
 
 #endif /* __MMAP_TRACE_H__ */