rbug: Add function to get opcode name string
[mesa.git] / src / gallium / auxiliary / rbug / rbug_proto.h
index 4f3eb75dc4dd3ab81bb94af7252621e1718a60c6..2fce725bc9efe0a3bb964bd6299ef40c28aaf2ff 100644 (file)
@@ -91,4 +91,9 @@ struct rbug_proto_header
  */
 struct rbug_connection;
 
+/**
+ * Get printable string for opcode.
+ */
+const char* rbug_proto_get_name(enum rbug_opcode opcode);
+
 #endif