Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

i2c-emul-uclass.c

Blame
  • Forked from Reform / reform-boundary-uboot
    5555 commits behind the upstream repository.
    i2c-emul-uclass.c 214 B
    /*
     * Copyright (c) 2014 Google, Inc
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #include <common.h>
    #include <dm.h>
    #include <i2c.h>
    
    UCLASS_DRIVER(i2c_emul) = {
    	.id		= UCLASS_I2C_EMUL,
    	.name		= "i2c_emul",
    };