blob: a2aa29253eb358903f0b277294bfad544a657c17 [file] [log] [blame]
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fidl_test
import "syscall/zx"
var handleClose = (*zx.Handle).Close
var channelClose = (*zx.Channel).Close
var newChannel = zx.NewChannel
var newEvent = zx.NewEvent
var isHandleValid = (*zx.Handle).GetInfoHandleValid