blob: a2bdd5aa844a73493d5cb10c8c4916427ea1f934 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassc70c71d2014-12-10 08:55:49 -07002/*
3 * Copyright (c) 2014 Google, Inc
Simon Glassc70c71d2014-12-10 08:55:49 -07004 */
5
6#include <common.h>
7#include <dm.h>
8#include <i2c.h>
9
10UCLASS_DRIVER(i2c_emul) = {
11 .id = UCLASS_I2C_EMUL,
12 .name = "i2c_emul",
13};