blob: 95e78a179be77ccb04f57e77cc7bfb88bf240a4e [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Constants taken from <ddk/binding.h>.
pub const BIND_FLAGS: u32 = 0;
pub const BIND_PROTOCOL: u32 = 1;
pub const BIND_AUTOBIND: u32 = 2;