blob: ae9c144a71b3d0e0726f9abe2a40403864820ea6 [file] [log] [blame]
// Copyright 2018 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.
#ifndef SRC_STORAGE_NAND_DRIVERS_RAM_NAND_RAM_NAND_CTL_H_
#define SRC_STORAGE_NAND_DRIVERS_RAM_NAND_RAM_NAND_CTL_H_
#include <zircon/types.h>
#include <ddk/device.h>
zx_status_t RamNandDriverBind(void* ctx, zx_device_t* parent);
#endif // SRC_STORAGE_NAND_DRIVERS_RAM_NAND_RAM_NAND_CTL_H_