mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-18 01:23:36 -04:00
6 lines
147 B
C
6 lines
147 B
C
#ifndef _BFIN_SHMPARAM_H
|
|
#define _BFIN_SHMPARAM_H
|
|
|
|
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
|
|
|
#endif /* _BFIN_SHMPARAM_H */
|