Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc2 13 lines 283 B view raw
1#ifndef _IIO_DUMMY_EVGEN_H_ 2#define _IIO_DUMMY_EVGEN_H_ 3 4struct iio_dummy_regs { 5 u32 reg_id; 6 u32 reg_data; 7}; 8 9struct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq); 10int iio_dummy_evgen_get_irq(void); 11void iio_dummy_evgen_release_irq(int irq); 12 13#endif /* _IIO_DUMMY_EVGEN_H_ */