| 
									
										
										
										
											2011-03-22 16:34:40 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Load firmware files from Analog Devices SigmaStudio | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright 2009-2011 Analog Devices Inc. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Licensed under the GPL-2 or later. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __SIGMA_FIRMWARE_H__
 | 
					
						
							|  |  |  | #define __SIGMA_FIRMWARE_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-28 09:44:20 +01:00
										 |  |  | #include <linux/device.h>
 | 
					
						
							|  |  |  | #include <linux/regmap.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-22 16:34:40 -07:00
										 |  |  | struct i2c_client; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern int process_sigma_firmware(struct i2c_client *client, const char *name); | 
					
						
							| 
									
										
										
										
											2011-11-28 09:44:20 +01:00
										 |  |  | extern int process_sigma_firmware_regmap(struct device *dev, | 
					
						
							|  |  |  | 		struct regmap *regmap, const char *name); | 
					
						
							| 
									
										
										
										
											2011-03-22 16:34:40 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |