From a17ff08fb9d767bd1142150240918884439b46b5 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Mon, 23 Apr 2007 11:58:41 +0000 Subject: [PATCH] Prototype for cpf_reload. --- include/minix/safecopies.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/minix/safecopies.h b/include/minix/safecopies.h index 293ca2162..594addfcf 100644 --- a/include/minix/safecopies.h +++ b/include/minix/safecopies.h @@ -79,6 +79,7 @@ _PROTOTYPE( int cpf_setgrant_indirect, (cp_grant_id_t g, endpoint_t who_to, _PROTOTYPE( int cpf_setgrant_magic, (cp_grant_id_t g, endpoint_t who_to, endpoint_t who_from, vir_bytes addr, size_t bytes, int access)); _PROTOTYPE( int cpf_setgrant_disable, (cp_grant_id_t grant_id)); +_PROTOTYPE( void cpf_reload, (void)); /* Set a process' grant table location and size (in-kernel only). */ #define _K_SET_GRANT_TABLE(rp, ptr, entries) \