diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-11-06 20:53:33 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-11-06 20:53:33 +0000 |
commit | 044ab55e41712a07fcec3e803eda03cf9cb36c60 (patch) | |
tree | 00b17582c8598947022c48010e25dccb906b9fa0 /sys/compat/linux/linux.h | |
parent | fcb71d3f8e6290b37dfc9404409c8a9174663565 (diff) |
Notes
Diffstat (limited to 'sys/compat/linux/linux.h')
-rw-r--r-- | sys/compat/linux/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux.h b/sys/compat/linux/linux.h index 2959c1dfe320..00650d075837 100644 --- a/sys/compat/linux/linux.h +++ b/sys/compat/linux/linux.h @@ -143,4 +143,7 @@ int bsd_to_linux_signal(int sig); extern LIST_HEAD(futex_list, futex) futex_list; extern struct mtx futex_mtx; +void linux_dev_shm_create(void); +void linux_dev_shm_destroy(void); + #endif /* _LINUX_MI_H_ */ |