1 /* Public domain. */ 2 3 #ifndef _LINUX_MMZONE_H 4 #define _LINUX_MMZONE_H 5 6 #include <linux/mm_types.h> 7 8 #define MAX_ORDER 11 9 10 #endif 11