8 lines
129 B
C
8 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 */
|