cregit-Linux how code gets into the kernel

Release 4.18 include/linux/platform_data/tda9950.h

#ifndef LINUX_PLATFORM_DATA_TDA9950_H

#define LINUX_PLATFORM_DATA_TDA9950_H

struct device;


struct tda9950_glue {
	
struct device *parent;
	
unsigned long irq_flags;
	
void *data;
	
int (*init)(void *);
	
void (*exit)(void *);
	
int (*open)(void *);
	
void (*release)(void *);
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King69100.00%1100.00%
Total69100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.