root/drivers/iio/dummy/iio_dummy_evgen.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_ */

/* [<][>][^][v][top][bottom][index][help] */