aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/shmparam.h')
-rw-r--r--include/asm-blackfin/shmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-blackfin/shmparam.h b/include/asm-blackfin/shmparam.h
new file mode 100644
index 000000000000..3c03906b7664
--- /dev/null
+++ b/include/asm-blackfin/shmparam.h
@@ -0,0 +1,6 @@
+#ifndef _BFIN_SHMPARAM_H
+#define _BFIN_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _BFIN_SHMPARAM_H */