mirror of
https://github.com/choff/anbox-modules.git
synced 2025-01-19 21:45:43 +08:00
6 lines
120 B
C
6 lines
120 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
#include <linux/ipc_namespace.h>
|
||
|
|
||
|
struct ipc_namespace* get_init_ipc_ns_ptr(void);
|