db0aa39b76
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
9 lines
213 B
Go
9 lines
213 B
Go
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package nci
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go nci_windows.go
|