blob: 40d76d83dfaeb4207154167746cdae3b28db1bb8 [file] [log] [blame]
// 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.broadcom.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
BROADCOM = 6,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
BCM4356 = 1,
BCM43458 = 2,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
WIFI = 1,
};