summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tivy <rtivy@ti.com>2014-05-22 14:36:00 -0700
committerRobert Tivy <rtivy@ti.com>2014-05-22 14:36:00 -0700
commit952d22b15e01c724453e9679def64c2fc0279154 (patch)
tree01d85988e8c116a57d67d417fbfc2d9fc7832ba3
parentfba3f1e85cb2a56a5ccb6c25772db537fc1ab820 (diff)
downloadlinuxutils-4.00.tar.gz
Bump CMEM_VERSION to 0x040003004.00.03.144.00.03.13_eng4.00
CMEM_VERSION has been changed from 0x04000000 to 0x04000300 (reflecting MSRP 4.00.03.xx) since a new ioctl() command was added. Programs wanting to use the new ioctl() can check if CMEM_VERSION >= 0x04000300.
-rw-r--r--include/ti/cmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ti/cmem.h b/include/ti/cmem.h
index f840813..d832abd 100644
--- a/include/ti/cmem.h
+++ b/include/ti/cmem.h
@@ -233,7 +233,7 @@ extern "C" {
/** @ingroup ti_CMEM */
/*@{*/
-#define CMEM_VERSION 0x04000000U
+#define CMEM_VERSION 0x04000300U
#define MAX_POOLS 32