mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
82 B
C
7 lines
82 B
C
|
#ifndef IO_H
|
||
|
#define IO_H
|
||
|
|
||
|
int fw_puts(char* data, int count);
|
||
|
|
||
|
#endif /* IO_H */
|