Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc
[linux-2.6-microblaze.git] / arch / arm / mach-sa1100 / generic.h
index 9750292..5f3cb52 100644 (file)
@@ -47,3 +47,11 @@ static inline int sa11x0_pm_init(void) { return 0; }
 #endif
 
 int sa11xx_clk_init(void);
+
+struct gpiod_lookup_table;
+void sa11x0_register_pcmcia(int socket, struct gpiod_lookup_table *);
+
+struct fixed_voltage_config;
+struct regulator_consumer_supply;
+int sa11x0_register_fixed_regulator(int n, struct fixed_voltage_config *cfg,
+       struct regulator_consumer_supply *supplies, unsigned num_supplies);