]> Zhao Yanbai Git Server - minix.git/commitdiff
Prototype for cpf_reload.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 11:58:41 +0000 (11:58 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 11:58:41 +0000 (11:58 +0000)
include/minix/safecopies.h

index 293ca21622c5d3ee8e16c94ab01c79f5adee1853..594addfcf796530d309d217bfb57c2215ec9c2b6 100644 (file)
@@ -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)   \