|
@@ -31,11 +31,11 @@ struct omap_sysinfo {
|
|
|
void gpmc_init(void);
|
|
|
void watchdog_init(void);
|
|
|
u32 get_device_type(void);
|
|
|
-void invalidate_dcache(u32);
|
|
|
void set_muxconf_regs(void);
|
|
|
void sr32(void *, u32, u32, u32);
|
|
|
u32 wait_on_value(u32, u32, void *, u32);
|
|
|
void sdelay(unsigned long);
|
|
|
+void set_pl310_ctrl_reg(u32 val);
|
|
|
|
|
|
extern const struct omap_sysinfo sysinfo;
|
|
|
|