linux-headers/arch/e2k/include/asm/shmparam.h

12 lines
240 B
C
Raw Normal View History

2021-07-14 00:44:10 +02:00
#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_ */