aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types32_windows.go
blob: bacde5803745dd35c67610333790e688d42ee290 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
)