cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

i2c-ccgx-ucsi.h (318B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2#ifndef __I2C_CCGX_UCSI_H_
      3#define __I2C_CCGX_UCSI_H_
      4
      5struct i2c_adapter;
      6struct i2c_client;
      7struct software_node;
      8
      9struct i2c_client *i2c_new_ccgx_ucsi(struct i2c_adapter *adapter, int irq,
     10				     const struct software_node *swnode);
     11#endif /* __I2C_CCGX_UCSI_H_ */