Sign in
qemu
/
ipxe
/
f4f9adf618cd85d330a896e1f721f3aa78d2409d
/
.
/
src
/
include
/
usr
/
sync.h
blob: b6f12ad6e2056c91813ecbb48e34795e859d3ff9 [
file
]
#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 */