mirror of
https://github.com/choff/anbox-modules.git
synced 2026-07-24 11:50:12 +08:00
8 lines
255 B
C
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);
|