summaryrefslogtreecommitdiff
path: root/sys/dev/pv/hypervreg.h
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2016-09-14 17:48:29 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2016-09-14 17:48:29 +0000
commitbe9ea1de43089065b5b8e0abfd2639ddfd373de1 (patch)
treef3e3f6c385daa0a0201133e0517e49916e8b3633 /sys/dev/pv/hypervreg.h
parenta96b80380b344d7c4c9b646285c227fc822aa3a9 (diff)
Name include guard macros consistently within sys/dev/pv
Diffstat (limited to 'sys/dev/pv/hypervreg.h')
-rw-r--r--sys/dev/pv/hypervreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pv/hypervreg.h b/sys/dev/pv/hypervreg.h
index 4a358418da7..4e93945216a 100644
--- a/sys/dev/pv/hypervreg.h
+++ b/sys/dev/pv/hypervreg.h
@@ -26,8 +26,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _HYPERVREG_H_
-#define _HYPERVREG_H_
+#ifndef _DEV_PV_HYPERVREG_H_
+#define _DEV_PV_HYPERVREG_H_
struct hv_guid {
unsigned char data[16];
@@ -648,4 +648,4 @@ struct hv_heartbeat_msg {
#define HV_NPFNBODY ((VMBUS_MSG_DSIZE_MAX - \
sizeof(struct vmbus_chanmsg_gpadl_subconn)) / sizeof(uint64_t))
-#endif /* _HYPERVREG_H_ */
+#endif /* _DEV_PV_HYPERVREG_H_ */