Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / reset.h @ 209

History | View | Annotate | Download (93 Bytes)

1
#ifndef __RESET_H__
2
#define __RESET_H__
3

    
4
void reset(void) __attribute__((noreturn));
5

    
6
#endif