opnsense-src/sys/compat/linuxkpi/common/include/linux/mmzone.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
159 B
C
Raw Permalink Normal View History

/* Public domain. */
#ifndef _LINUX_MMZONE_H
#define _LINUX_MMZONE_H
#include <linux/mm_types.h>
#include <linux/page-flags.h>
#define MAX_ORDER 11
#endif