]> Git Repo - linux.git/blob - drivers/iio/dummy/iio_dummy_evgen.h
i3c: mipi-i3c-hci: Fix DAT/DCT entry sizes
[linux.git] / drivers / iio / dummy / iio_dummy_evgen.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _IIO_DUMMY_EVGEN_H_
3 #define _IIO_DUMMY_EVGEN_H_
4
5 struct iio_dummy_regs {
6         u32 reg_id;
7         u32 reg_data;
8 };
9
10 struct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
11 int iio_dummy_evgen_get_irq(void);
12 void iio_dummy_evgen_release_irq(int irq);
13
14 #endif /* _IIO_DUMMY_EVGEN_H_ */
This page took 0.036661 seconds and 4 git commands to generate.