cregit-Linux how code gets into the kernel

Release 4.11 drivers/iio/dummy/iio_dummy_evgen.h

#ifndef _IIO_DUMMY_EVGEN_H_

#define _IIO_DUMMY_EVGEN_H_


struct iio_dummy_regs {
	
u32 reg_id;
	
u32 reg_data;
};

struct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
int iio_dummy_evgen_get_irq(void);
void iio_dummy_evgen_release_irq(int irq);

#endif /* _IIO_DUMMY_EVGEN_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Daniel Baluta2047.62%125.00%
Jonathan Cameron1228.57%125.00%
Roberta Dobrescu921.43%125.00%
Vladimirs Ambrosovs12.38%125.00%
Total42100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.