//go:build !linux && !windows
-// +build !linux,!windows
/* SPDX-License-Identifier: MIT
*
//go:build !linux && !openbsd && !freebsd
-// +build !linux,!openbsd,!freebsd
/* SPDX-License-Identifier: MIT
*
//go:build linux || openbsd || freebsd
-// +build linux openbsd freebsd
/* SPDX-License-Identifier: MIT
*
//go:build !android && !ios && !windows
-// +build !android,!ios,!windows
/* SPDX-License-Identifier: MIT
*
//go:build ios
-// +build ios
/* SPDX-License-Identifier: MIT
*
//go:build !race
-// +build !race
/* SPDX-License-Identifier: MIT
*
//go:build race
-// +build race
/* SPDX-License-Identifier: MIT
*
//go:build !linux
-// +build !linux
package device
//go:build darwin || freebsd || openbsd
-// +build darwin freebsd openbsd
/* SPDX-License-Identifier: MIT
*
//go:build linux || darwin || freebsd || openbsd
-// +build linux darwin freebsd openbsd
/* SPDX-License-Identifier: MIT
*
//go:build windows
-// +build windows
/* SPDX-License-Identifier: MIT
*
//go:build windows
-// +build windows
/* SPDX-License-Identifier: MIT
*
//go:build windows
-// +build windows
/* SPDX-License-Identifier: MIT
*
//go:build !windows
-// +build !windows
/* SPDX-License-Identifier: MIT
*
//go:build !windows
-// +build !windows
/* SPDX-License-Identifier: MIT
*
//go:build ignore
-// +build ignore
/* SPDX-License-Identifier: MIT
*
//go:build ignore
-// +build ignore
/* SPDX-License-Identifier: MIT
*
//go:build darwin || freebsd
-// +build darwin freebsd
/* SPDX-License-Identifier: MIT
*
//go:build !load_wintun_from_rsrc
-// +build !load_wintun_from_rsrc
/* SPDX-License-Identifier: MIT
*
//go:build load_wintun_from_rsrc
-// +build load_wintun_from_rsrc
/* SPDX-License-Identifier: MIT
*
//go:build (windows && 386) || (windows && arm)
-// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT
*
//go:build (windows && amd64) || (windows && arm64)
-// +build windows,amd64 windows,arm64
/* SPDX-License-Identifier: MIT
*
//go:build (windows && 386) || (windows && arm)
-// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT
*
//go:build (windows && amd64) || (windows && arm64)
-// +build windows,amd64 windows,arm64
/* SPDX-License-Identifier: MIT
*