blob: 17bbda984d393359b2e93665a36ae42c6cda99a9 [file] [log] [blame]
// Copyright 2016 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.
#include <ddk/device.h>
#include <ddk/driver.h>
#include <zircon/types.h>
#include <intel-serialio/serialio.h>
zx_status_t intel_serialio_bind_sdio(zx_device_t* dev) {
// Not implemented yet.
return ZX_ERR_NOT_SUPPORTED;
}