blob: 52f3f9a01154bf29d5f81271643f43024a9095dd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassc60e1f22014-10-13 23:41:53 -06002/*
3 * Copyright (c) 2014 Google, Inc
Simon Glassc60e1f22014-10-13 23:41:53 -06004 */
5
6#include <common.h>
7#include <dm.h>
8#include <spi.h>
9#include <spi_flash.h>
10
11UCLASS_DRIVER(spi_emul) = {
12 .id = UCLASS_SPI_EMUL,
13 .name = "spi_emul",
14};