diff options
Diffstat (limited to 'include/asm-v850/shmparam.h')
-rw-r--r-- | include/asm-v850/shmparam.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-v850/shmparam.h b/include/asm-v850/shmparam.h new file mode 100644 index 000000000000..7dcb6739073e --- /dev/null +++ b/include/asm-v850/shmparam.h @@ -0,0 +1,6 @@ +#ifndef __V850_SHMPARAM_H__ +#define __V850_SHMPARAM_H__ + +#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ + +#endif /* __V850_SHMPARAM_H__ */ |