|
@@ -126,4 +126,7 @@ void lcdif_power_down(void);
|
|
|
int mxs_reset_block(struct mxs_register_32 *reg);
|
|
|
int mxs_wait_mask_set(struct mxs_register_32 *reg, u32 mask, u32 timeout);
|
|
|
int mxs_wait_mask_clr(struct mxs_register_32 *reg, u32 mask, u32 timeout);
|
|
|
+
|
|
|
+unsigned long call_imx_sip(unsigned long id, unsigned long reg0,
|
|
|
+ unsigned long reg1, unsigned long reg2);
|
|
|
#endif
|