minix/kernel/arch/earm/omap_reset.h

8 lines
129 B
C
Raw Normal View History

#ifndef __OMAP_RESET_H
#define __OMAP_RESET_H
void omap3_reset_init(void);
void omap3_reset(void);
#endif /* __OMAP_RESET_H */