mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
12 lines
159 B
C
12 lines
159 B
C
|
|
/* 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
|