blob: 138b04bb00fa21fa69a6407edffd579d09a92c80 [file] [edit]
// Copyright 2020 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.realtek.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
REALTEK = 11,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
ALC5514 = 0x02,
ETH_PHY = 0x03,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
RTL8211F = 0x01,
};