]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/iio/dummy/iio_dummy_evgen.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / iio / dummy / iio_dummy_evgen.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f3f883b4
RD
2#ifndef _IIO_DUMMY_EVGEN_H_
3#define _IIO_DUMMY_EVGEN_H_
4
356ae946
DB
5struct iio_dummy_regs {
6 u32 reg_id;
7 u32 reg_data;
8};
9
10struct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
e6477000 11int iio_dummy_evgen_get_irq(void);
62a90da6 12void iio_dummy_evgen_release_irq(int irq);
f3f883b4
RD
13
14#endif /* _IIO_DUMMY_EVGEN_H_ */