Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2475 → Rev 2476

/trunk/uspace/fb/sysio.h
34,13 → 34,12
/** @file
*/
 
#ifndef _SYSIO_H_
#define _SYSIO_H_
#ifndef FB_SYSIO_H_
#define FB_SYSIO_H_
 
void sysio_init(void);
extern void sysio_init(void);
 
#endif
 
/** @}
*/