aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types32_windows.go
blob: 0eaead6e9e3cb34caf2fbb68208377fac0936413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// +build 386 arm

/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
 */

package setupapi

const (
	sizeofDevInfoListDetailData uint32 = 550
	sizeofDrvInfoDetailData     uint32 = 1570
)