]> Git Repo - J-u-boot.git/blame - drivers/i2c/i2c-emul-uclass.c
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
[J-u-boot.git] / drivers / i2c / i2c-emul-uclass.c
CommitLineData
c70c71d8
SG
1/*
2 * Copyright (c) 2014 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
8#include <dm.h>
9#include <i2c.h>
10
11UCLASS_DRIVER(i2c_emul) = {
12 .id = UCLASS_I2C_EMUL,
13 .name = "i2c_emul",
14};
This page took 0.157068 seconds and 4 git commands to generate.