blob: 52f3f9a01154bf29d5f81271643f43024a9095dd [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass10a4a332014-10-13 23:41:53 -06002/*
3 * Copyright (c) 2014 Google, Inc
Simon Glass10a4a332014-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};