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