xref: /openbsd-src/sys/dev/pci/drm/include/linux/mmzone.h (revision f84b1df5a16cdd762c93854218de246e79975d3b)
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