Sign in
qemu
/
ipxe
/
ec7c331ca34d4fc8fd4038f7d76e5bc17236da77
/
.
/
src
/
include
/
usr
/
sync.h
blob: 0047d4ed97b711401cf09ae32c62da3b45f59da3 [
file
] [
log
] [
blame
]
#ifndef
_USR_SYNC_H
#define
_USR_SYNC_H
/** @file
*
* Wait for pending operations to complete
*
*/
FILE_LICENCE
(
GPL2_OR_LATER
);
extern
int
sync
(
unsigned
long
timeout
);
#endif
/* _USR_SYNC_H */