mirror of
https://github.com/choff/anbox-modules.git
synced 2026-07-02 11:20:11 +08:00
Merge fb109b5eec into 17c83fd1d3
This commit is contained in:
commit
914b09c03e
@ -27,6 +27,7 @@
|
||||
#include "binder_alloc.h"
|
||||
#include "binder_trace.h"
|
||||
#include "compat_version.h"
|
||||
#include "deps.h"
|
||||
|
||||
struct list_lru binder_alloc_lru;
|
||||
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
#include <linux/ipc_namespace.h>
|
||||
#include <linux/mm.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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user