blob: a4eec12ed7f39816b9714d38ef6f395a87dfed2e [file] [log] [blame]
// Copyright 2019 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.
library fuchsia.serial;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 0x57,
IMPL = 0x58,
IMPL_ASYNC = 0x7D,
};
extend uint fuchsia.BIND_SERIAL_CLASS {
GENERIC = 0x01,
// A Bluetooth host controller
BLUETOOTH_HCI = 0x02,
// An interactive console
CONSOLE = 0x03,
// Kernel debug serial
KERNEL_DEBUG = 0x04,
};