]> Git Repo - linux.git/blob - drivers/media/pci/cobalt/cobalt-i2c.h
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / drivers / media / pci / cobalt / cobalt-i2c.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  cobalt I2C functions
4  *
5  *  Derived from cx18-i2c.h
6  *
7  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
8  *  All rights reserved.
9  */
10
11 /* init + register i2c algo-bit adapter */
12 int cobalt_i2c_init(struct cobalt *cobalt);
13 void cobalt_i2c_exit(struct cobalt *cobalt);
This page took 0.033614 seconds and 4 git commands to generate.