mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 05:12:21 +02:00
7 lines
213 B
C
7 lines
213 B
C
//#include "i2c-designware-core.h"
|
|
|
|
int i2c_dw_dma_tx_transfer(struct dw_i2c_dev *dev, unsigned int timeout);
|
|
int i2c_dw_xfer_dma_init(struct dw_i2c_dev *dev);
|
|
int i2c_dw_xfer_dma_deinit(struct dw_i2c_dev *dev);
|
|
|