From e7b5881903ad81efee63966e7d2c42524d465dfc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 02:18:12 +0200 Subject: tests pass --- include/arch/vmem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/arch/vmem.h b/include/arch/vmem.h index 79c42b9..0f06cc5 100644 --- a/include/arch/vmem.h +++ b/include/arch/vmem.h @@ -172,6 +172,7 @@ void use_vmem(struct vmem *b); * @param b Virtual memory to destroy. */ void destroy_vmem(struct vmem *b); +void destroy_rpcmem(struct vmem *b); /** * Raw clone user virtual memory. -- cgit v1.3