15 lines
317 B
C
15 lines
317 B
C
#ifndef __LINUX_BOUNDS_H__
|
|
#define __LINUX_BOUNDS_H__
|
|
/*
|
|
* DO NOT MODIFY.
|
|
*
|
|
* This file was generated by Kbuild
|
|
*/
|
|
|
|
#define NR_PAGEFLAGS 24 /* __NR_PAGEFLAGS */
|
|
#define MAX_NR_ZONES 4 /* __MAX_NR_ZONES */
|
|
#define NR_CPUS_BITS 6 /* ilog2(CONFIG_NR_CPUS) */
|
|
#define SPINLOCK_SIZE 4 /* sizeof(spinlock_t) */
|
|
|
|
#endif
|