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