blob: a4529a330e4cf802b794cc708fa24e3304679622 [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 <zircon/types.h>
#include <ddk/device.h>
#include <ddk/driver.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;
}