summaryrefslogtreecommitdiffstats
path: root/tools/csr.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-25 01:55:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-25 01:55:04 +0000
commitb77c88f001624ea277b84c0521286490c0c60c46 (patch)
treee3ced08a567f8bffd38351e54d229f1f7d849d9e /tools/csr.h
parentfdb212e90ef47972b4d2d1745d6da7e927ab19ff (diff)
Add build definition to string function
Diffstat (limited to 'tools/csr.h')
-rw-r--r--tools/csr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/csr.h b/tools/csr.h
index 319c863e..aead1f17 100644
--- a/tools/csr.h
+++ b/tools/csr.h
@@ -495,6 +495,7 @@
#define CSR_PSKEY_LOCAL_NAME_SIMPLIFIED 0x0423 /* local_name_complete */
#define CSR_PSKEY_EXTENDED_STUB 0x2001 /* uint16 */
+char *csr_builddeftostr(uint16_t def);
char *csr_buildidtostr(uint16_t id);
char *csr_chipvertostr(uint16_t ver, uint16_t rev);
char *csr_pskeytostr(uint16_t pskey);