aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types_windows_386.go
blob: 132f9214da9cf2641ee818c93e537ddb1ebbd65e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
 */

package setupapi

const (
	sizeofDevInfoListDetailData uint32 = 550
	sizeofDrvInfoDetailData     uint32 = 1570
)