blob: e189c3e4e4a5e22aa578eaa976ac64310c0419e1 [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_spi(zx_device_t* dev) {
// Not implemented yet.
return ZX_ERR_NOT_SUPPORTED;
}