blob: b24ab32fb35495ae2314a1c5008ea71c93520a18 [file]
#ifndef _USR_SYNC_H
#define _USR_SYNC_H
/** @file
*
* Wait for pending operations to complete
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
extern int sync ( unsigned long timeout );
#endif /* _USR_SYNC_H */