Project

General

Profile

Statistics
| Revision:

root / trunk / toolbox / reset.h @ 202

History | View | Annotate | Download (93 Bytes)

1 176 kwoo
#ifndef __RESET_H__
2
#define __RESET_H__
3
4 202 kwoo
void reset(void) __attribute__((noreturn));
5 176 kwoo
6
#endif