X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/mach/vm_attributes.h?ds=sidebyside diff --git a/osfmk/mach/vm_attributes.h b/osfmk/mach/vm_attributes.h index 595c8b926..61017334a 100644 --- a/osfmk/mach/vm_attributes.h +++ b/osfmk/mach/vm_attributes.h @@ -61,8 +61,8 @@ * */ -#ifndef VM_ATTRIBUTES_H_ -#define VM_ATTRIBUTES_H_ +#ifndef _MACH_VM_ATTRIBUTES_H_ +#define _MACH_VM_ATTRIBUTES_H_ /* * Types of machine-dependent attributes @@ -90,4 +90,4 @@ typedef int vm_machine_attribute_val_t; #define MATTR_VAL_GET_INFO 10 /* get page info (stats) */ -#endif /* VM_ATTRIBUTES_H_ */ +#endif /* _MACH_VM_ATTRIBUTES_H_ */