#ifndef _E2K_SHMPARAM_H_ #define _E2K_SHMPARAM_H_ /* * SHMLBA controls minimum alignment at which shared memory segments * get attached. */ #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ #endif /* _E2K_SHMPARAM_H_ */