summaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types32_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun/wintun/setupapi/types32_windows.go')
-rw-r--r--tun/wintun/setupapi/types32_windows.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/tun/wintun/setupapi/types32_windows.go b/tun/wintun/setupapi/types32_windows.go
new file mode 100644
index 0000000..bacde58
--- /dev/null
+++ b/tun/wintun/setupapi/types32_windows.go
@@ -0,0 +1,13 @@
+// +build 386 arm
+
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package setupapi
+
+const (
+ sizeofDevInfoListDetailData uint32 = 550
+ sizeofDrvInfoDetailData uint32 = 1570
+)