From b77c88f001624ea277b84c0521286490c0c60c46 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 25 Oct 2005 01:55:04 +0000 Subject: Add build definition to string function --- tools/csr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/csr.h') 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); -- cgit