mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 23:32:59 +01:00
9 lines
167 B
C
9 lines
167 B
C
|
/* token from pseudoterm */
|
||
|
#ifndef CONTROL_2XXXX_H
|
||
|
#define CONTROL_2XXXX_H
|
||
|
|
||
|
void hard_reset_to_bootloader(void);
|
||
|
void hard_reset_to_user_code(void);
|
||
|
|
||
|
#endif // ..._H
|