blob: 129e0157994ffba75e66ae8bdb988bbae5817f25 (
plain)
1
2
3
4
5
6
7
8
|
/* 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
|