1 #ifndef __LINUX_BOUNDS_H__
2 #define __LINUX_BOUNDS_H__
3 /*
4  * DO NOT MODIFY.
5  *
6  * This file was generated by Kbuild
7  */
8 
9 #define NR_PAGEFLAGS 24 /* __NR_PAGEFLAGS */
10 #define MAX_NR_ZONES 4 /* __MAX_NR_ZONES */
11 #define NR_CPUS_BITS 8 /* ilog2(CONFIG_NR_CPUS) */
12 #define SPINLOCK_SIZE 4 /* sizeof(spinlock_t) */
13 
14 #endif
15