xref: /freebsd/sys/compat/linuxkpi/common/include/linux/mmzone.h (revision 63f537551380d2dab29fa402ad1269feae17e594)
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