ANDROID: 16K: Introduce rust __page_*() helpers

Rust versions of the __PAGE_* helpers in
    include/linux/page_size_compat.h

Bug: 414665621
Bug: 383389337
Change-Id: I928bd825ba97ae4435ee13eb9c317038e98700cf
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
This commit is contained in:
Kalesh Singh
2025-05-05 01:59:06 -07:00
committed by Carlos Llamas
parent e39fcef01c
commit d44ff7a3ed
3 changed files with 72 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
#include <linux/miscdevice.h>
#include <linux/mman.h>
#include <linux/memfd.h>
#include <linux/page_size_compat.h>
#include <linux/phy.h>
#include <linux/pid_namespace.h>
#include <linux/poll.h>