6c6123d857
Change-Id: Ied288326b9af8f31223b2dd76a064e32c9a03c45
7 lines
129 B
C
7 lines
129 B
C
#ifndef __OMAP_RESET_H
|
|
#define __OMAP_RESET_H
|
|
|
|
void omap3_reset_init(void);
|
|
void omap3_reset(void);
|
|
|
|
#endif /* __OMAP_RESET_H */
|