1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tools/linux-border_router/control_2xxx.h
Oliver Hahm 7b0552b2a0 [tools linux-border_router]
* added linux TUN driver for multiplexing of a connected 6LoWPAN border
  router
2011-10-05 15:38:16 +02:00

10 lines
168 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