Introduce SetupAPI - Windows device and driver management API
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
6f76edd045
commit
31949136df
4 changed files with 120 additions and 0 deletions
8
setupapi/mksyscall.go
Normal file
8
setupapi/mksyscall.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package setupapi
|
||||
|
||||
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsetupapi_windows.go setupapi_windows.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue