summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/include/hyperv.h
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-12 13:40:57 -0300
committerRenato Botelho <renato@netgate.com>2017-07-12 13:40:57 -0300
commita9101a80183bbf3e77d7fed2b9767f7eae54f1e9 (patch)
tree5313afc4a2c47fb9fc6f73107669f760aad717b1 /sys/dev/hyperv/include/hyperv.h
parent4b68fbd1711d1d4d2c7e77e04ffc47257366ac90 (diff)
parentdc92a5e2298774036551d0b9cdfb9a8814a6414b (diff)
downloadFreeBSD-src-a9101a80183bbf3e77d7fed2b9767f7eae54f1e9.zip
FreeBSD-src-a9101a80183bbf3e77d7fed2b9767f7eae54f1e9.tar.gz
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
Diffstat (limited to 'sys/dev/hyperv/include/hyperv.h')
-rw-r--r--sys/dev/hyperv/include/hyperv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index 1a45b7b..4666823 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -124,6 +124,8 @@ typedef struct hv_guid {
unsigned char data[16];
} __packed hv_guid;
+int snprintf_hv_guid(char *, size_t, const hv_guid *);
+
#define HV_NIC_GUID \
.data = {0x63, 0x51, 0x61, 0xF8, 0x3E, 0xDF, 0xc5, 0x46, \
0x91, 0x3F, 0xF2, 0xD2, 0xF9, 0x65, 0xED, 0x0E}
OpenPOWER on IntegriCloud