Nut/OS  5.0.5
API Reference
reset.h
Go to the documentation of this file.
00001 #ifndef _ARCH_AVR32_RESET_H_
00002 #define _ARCH_AVR32_RESET_H_
00003 
00047 #include <compiler.h>
00048 
00049 extern void Avr32Reset(void);
00050 extern int Avr32ResetCause(void);
00051 
00052 #endif /* _ARCH_AVR32_RESET_H_ */