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