7 lines
154 B
C
7 lines
154 B
C
|
#ifndef ASM_X86__SHMPARAM_H
|
||
|
#define ASM_X86__SHMPARAM_H
|
||
|
|
||
|
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
||
|
|
||
|
#endif /* ASM_X86__SHMPARAM_H */
|