anbox-modules/binder/deps.h
2026-07-05 18:00:48 +08:00

8 lines
255 B
C

// SPDX-License-Identifier: GPL-2.0
#include <linux/ipc_namespace.h>
struct ipc_namespace* get_init_ipc_ns_ptr(void);
void zap_page_range_single(struct vm_area_struct *vma, unsigned long address,
unsigned long size, struct zap_details *details);