Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
#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