minix/kernel/arch/earm/omap_reset.h
Thomas Cort 6c6123d857 kernel: implement reboot for am335x/dm37xx
Change-Id: Ied288326b9af8f31223b2dd76a064e32c9a03c45
2013-08-05 10:23:00 -04:00

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 */