blob: da8e16ab2073669d2ff2045877e82bf5c38a0c9c [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
library fuchsia.broadcom.platform.sdio;
extend uint fuchsia.BIND_SDIO_VID {
BROADCOM = 0x02d0,
};
extend uint fuchsia.BIND_SDIO_PID {
BCM4359 = 0x4359,
BCM4345 = 0x4345,
BCM4356 = 0x4356,
};
extend uint fuchsia.BIND_SDIO_FUNCTION {
FUNC_1 = 0x01,
FUNC_2 = 0x02,
};