Sign in
qemu
/
ipxe
/
fd2b1e99514ea27b5a2f79e7c6c03c618b4f91c7
/
.
/
src
/
include
/
usr
/
sync.h
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 */