Author: sephe
Date: Mon Apr 11 04:49:21 2016
New Revision: 297804
URL: https://svnweb.freebsd.org/changeset/base/297804

Log:
  hyperv: Declare hyperv_{features,recommends} properly
  
  MFC after:    1 week
  Sponsored by: Microsoft OSTC

Modified:
  head/sys/dev/hyperv/vmbus/hv_vmbus_priv.h

Modified: head/sys/dev/hyperv/vmbus/hv_vmbus_priv.h
==============================================================================
--- head/sys/dev/hyperv/vmbus/hv_vmbus_priv.h   Mon Apr 11 03:36:07 2016        
(r297803)
+++ head/sys/dev/hyperv/vmbus/hv_vmbus_priv.h   Mon Apr 11 04:49:21 2016        
(r297804)
@@ -635,6 +635,9 @@ typedef enum {
 extern hv_vmbus_context                hv_vmbus_g_context;
 extern hv_vmbus_connection     hv_vmbus_g_connection;
 
+extern u_int                   hyperv_features;
+extern u_int                   hyperv_recommends;
+
 typedef void (*vmbus_msg_handler)(hv_vmbus_channel_msg_header *msg);
 
 typedef struct hv_vmbus_channel_msg_table_entry {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to