mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
It provides the `MAX_ORDER` constant. Reviewed by: emaste manu Approved by: emaste manu Differential Revision: https://reviews.freebsd.org/D36962
11 lines
159 B
C
11 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
|