diff options
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r-- | vm/vm_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h index 009c7464..dc6514bd 100644 --- a/vm/vm_map.h +++ b/vm/vm_map.h @@ -18,8 +18,8 @@ * Virtual memory map management. */ -#ifndef _VM_VM_MAP_H -#define _VM_VM_MAP_H +#ifndef VM_VM_MAP_H +#define VM_VM_MAP_H #include <stdint.h> @@ -135,4 +135,4 @@ INIT_OP_DECLARE(vm_map_bootstrap); */ INIT_OP_DECLARE(vm_map_setup); -#endif /* _VM_VM_MAP_H */ +#endif /* VM_VM_MAP_H */ |