mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
bf96b81f53
* added header for low-level io operations
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 */
|