9 lines
220 B
Go
9 lines
220 B
Go
|
/* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
* Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
package memmod
|
||
|
|
||
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go syscall_windows.go
|