aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/bpf-headers/src/include/generated/bounds.h
blob: 82ff01043c7ef363c3c4a2f1b7e0b1f78c625c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __LINUX_BOUNDS_H__
#define __LINUX_BOUNDS_H__
/*
 * DO NOT MODIFY.
 *
 * This file was generated by Kbuild
 */

#define NR_PAGEFLAGS 23 /* __NR_PAGEFLAGS */
#define MAX_NR_ZONES 4 /* __MAX_NR_ZONES */
#define NR_CPUS_BITS 1 /* ilog2(CONFIG_NR_CPUS) */
#define SPINLOCK_SIZE 64 /* sizeof(spinlock_t) */

#endif