Nut/OS  4.10.3
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 __BEGIN_DECLS
00050 /* Prototypes */
00051 
00052 extern void Avr32Reset(void);
00053 extern int Avr32ResetCause(void);
00054 
00055 __END_DECLS
00056 /* End of prototypes */
00057 
00058 #endif /* _ARCH_AVR32_RESET_H_ */