1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include/io.h
Oliver Hahm bf96b81f53 [core include]
* added header for low-level io operations
2012-11-08 18:56:03 -05:00

7 lines
82 B
C

#ifndef IO_H
#define IO_H
int fw_puts(char* data, int count);
#endif /* IO_H */