mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
f6c2cdb12f
commit
0cf2aff4fa
1 changed files with 3 additions and 3 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue