18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _IIO_DUMMY_EVGEN_H_ 38c2ecf20Sopenharmony_ci#define _IIO_DUMMY_EVGEN_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct iio_dummy_regs { 68c2ecf20Sopenharmony_ci u32 reg_id; 78c2ecf20Sopenharmony_ci u32 reg_data; 88c2ecf20Sopenharmony_ci}; 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cistruct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq); 118c2ecf20Sopenharmony_ciint iio_dummy_evgen_get_irq(void); 128c2ecf20Sopenharmony_civoid iio_dummy_evgen_release_irq(int irq); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* _IIO_DUMMY_EVGEN_H_ */ 15