00001 /* header file for core/arch/x86/wp.cpp */ 00002 00003 #ifndef _CORE_ARCH_X86_WP_HPP 00004 #define _CORE_ARCH_X86_WP_HPP 00005 00006 namespace Arch { 00007 namespace x86 { 00008 namespace WProtect { 00009 00010 /*setup the cr0.wp bit*/ 00011 void init(); 00012 00013 }; /*namespace WProtect*/ 00014 }; /*namespace x86*/ 00015 }; /*namespace Arch*/ 00016 00017 #endif