blob: 15408f41063c1e529fce10e9f6d28d481860abe2 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
*/
package nci
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go nci_windows.go
|