mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
Sponsored by: Serenity CyberSecurity, LLC MFC after: 1 week Reviewed by: manu, bz, emaste Differential Revision: https://reviews.freebsd.org/D45612
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
|