hyperv/hn: Change header guardian; in preparation for the upcoming rename.

MFC after:	1 week
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D8352
This commit is contained in:
sephe 2016-10-28 05:31:34 +00:00
parent f8413df9d2
commit f7025d8c3c

View File

@ -28,8 +28,8 @@
* $FreeBSD$
*/
#ifndef __HV_NET_VSC_H__
#define __HV_NET_VSC_H__
#ifndef _HN_NVS_H_
#define _HN_NVS_H_
struct hn_nvs_sendctx;
struct vmbus_channel;
@ -103,4 +103,4 @@ int hn_nvs_send_rndis_ctrl(struct vmbus_channel *chan,
extern struct hn_nvs_sendctx hn_nvs_sendctx_none;
#endif /* __HV_NET_VSC_H__ */
#endif /* !_HN_NVS_H_ */