diff options
author | Jakob Bornecrantz <[email protected]> | 2010-09-10 04:39:26 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-09-20 00:03:58 +0200 |
commit | 00272e9e0991c7dab111cbea0acfd6adadece994 (patch) | |
tree | a0023e7cd43aebff5ba0898ac8244a7b22a4de9e /src/gallium/auxiliary/rbug/rbug_proto.h | |
parent | 7faa37adf84c7fdc393a0e795c924ea9b047f235 (diff) |
rbug: Add function to get opcode name string
Diffstat (limited to 'src/gallium/auxiliary/rbug/rbug_proto.h')
-rw-r--r-- | src/gallium/auxiliary/rbug/rbug_proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rbug/rbug_proto.h b/src/gallium/auxiliary/rbug/rbug_proto.h index 4f3eb75dc4d..2fce725bc9e 100644 --- a/src/gallium/auxiliary/rbug/rbug_proto.h +++ b/src/gallium/auxiliary/rbug/rbug_proto.h @@ -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 |