aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types_windows_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun/wintun/setupapi/types_windows_amd64.go')
-rw-r--r--tun/wintun/setupapi/types_windows_amd64.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/tun/wintun/setupapi/types_windows_amd64.go b/tun/wintun/setupapi/types_windows_amd64.go
new file mode 100644
index 0000000..d4dd65c
--- /dev/null
+++ b/tun/wintun/setupapi/types_windows_amd64.go
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package setupapi
+
+const (
+ sizeofDevInfoListDetailData uint32 = 560
+ sizeofDrvInfoDetailData uint32 = 1584
+)