xref: /freebsd/sys/compat/linuxkpi/common/include/linux/mmzone.h (revision cf8f392260bf8e9b4e088f26f81ddb96bd97e91c)
1 /* Public domain. */
2 
3 #ifndef _LINUX_MMZONE_H
4 #define _LINUX_MMZONE_H
5 
6 #include <linux/mm_types.h>
7 #include <linux/page-flags.h>
8 
9 #define MAX_ORDER	11
10 
11 #endif
12