SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication.

This commit is contained in:
purplerain 2023-04-30 01:15:27 +00:00
commit 95114fbda2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
91022 changed files with 33913249 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/* Public domain. */
#ifndef _LINUX_MMZONE_H
#define _LINUX_MMZONE_H
#include <linux/mm_types.h>
#define MAX_ORDER 11
#endif