summaryrefslogtreecommitdiff
path: root/Kernel/SharedBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/SharedBuffer.h')
-rw-r--r--Kernel/SharedBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/SharedBuffer.h b/Kernel/SharedBuffer.h
index c2d4d05ec5..6b408bb3f8 100644
--- a/Kernel/SharedBuffer.h
+++ b/Kernel/SharedBuffer.h
@@ -32,6 +32,7 @@ public:
#endif
}
+ void sanity_check(const char* what);
bool is_shared_with(pid_t peer_pid);
void* ref_for_process_and_get_address(Process& process);
void share_with(pid_t peer_pid);