Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
15 lines
215 B
C
15 lines
215 B
C
#ifndef _USR_SYNC_H
|
|
#define _USR_SYNC_H
|
|
|
|
/** @file
|
|
*
|
|
* Wait for pending operations to complete
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
extern int sync ( unsigned long timeout );
|
|
|
|
#endif /* _USR_SYNC_H */
|