mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
Sponsored by: Serenity CyberSecurity, LLC MFC after: 1 week Reviewed by: manu, bz, emaste Differential Revision: https://reviews.freebsd.org/D45612 (cherry picked from commit d21316ff22b1468304b6db9c336f66a09c4f7be8)
12 lines
183 B
C
12 lines
183 B
C
/* Public domain. */
|
|
|
|
#ifndef _LINUX_MMZONE_H
|
|
#define _LINUX_MMZONE_H
|
|
|
|
#include <linux/mm_types.h>
|
|
#include <linux/numa.h>
|
|
#include <linux/page-flags.h>
|
|
|
|
#define MAX_ORDER 11
|
|
|
|
#endif
|