summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h
diff options
context:
space:
mode:
authorJayan John <x00jayan@ti.com>2009-07-21 16:53:08 +0530
committerSuman Anna <s-anna@ti.com>2010-02-10 10:33:20 -0600
commit7d522fcc51f6ffe0746d67496279d5ffe504e13a (patch)
tree91ee851ce81fda8bb3a4399ea83aeba795e6322b /arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h
parent608622a8651f4abaa24b072f1adb05a08bda02da (diff)
SYSLINK Heapbuf aligned with IPC 50 and Syslink 2_00_00_08 changes
This patch aligns heapbuf code with IPC 50 and Syslink 2_00_00_08 changes. Signed-off-by: Jayan John <x00jayan@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h')
-rwxr-xr-xarch/arm/plat-omap/include/syslink/heapbuf_ioctl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h b/arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h
index 73b78b489ccc..f402350a918b 100755
--- a/arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h
+++ b/arch/arm/plat-omap/include/syslink/heapbuf_ioctl.h
@@ -135,11 +135,11 @@ union heapbuf_arg {
} params_init;
struct {
- struct heap_config *config;
+ struct heapbuf_config *config;
} get_config;
struct {
- struct heap_config *config;
+ struct heapbuf_config *config;
} setup;
struct {
@@ -182,12 +182,13 @@ union heapbuf_arg {
struct {
void *handle;
- struct heap_extended_stats *stats;
+ struct heapbuf_extended_stats *stats;
} get_extended_stats;
struct {
void *handle;
struct heapbuf_params *params;
+ u32 buf_size;
u32 bytes;
} shared_memreq;
};