From 31949136df477c5699d7476e909d9bf30a0904cc Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 31 Jan 2019 15:20:11 +0100 Subject: Introduce SetupAPI - Windows device and driver management API Signed-off-by: Simon Rozman --- setupapi/setupapi.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setupapi/setupapi.go (limited to 'setupapi/setupapi.go') diff --git a/setupapi/setupapi.go b/setupapi/setupapi.go new file mode 100644 index 0000000..69703b3 --- /dev/null +++ b/setupapi/setupapi.go @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: MIT + * + * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + */ + +package setupapi -- cgit v1.2.3