mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 14:00:17 +00:00
Done as a script (well, a single "git mv" actually) on request from Yoshinori Sato as a way to avoid a huge diff. Requested-by: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
149 B
C
7 lines
149 B
C
#ifndef _H8300_SHMPARAM_H
|
|
#define _H8300_SHMPARAM_H
|
|
|
|
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
|
|
|
#endif /* _H8300_SHMPARAM_H */
|