Sign in
qemu
/
ipxe
/
295f3bed20bc8f7c53a2adeef767fe901afe4dd3
/
.
/
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 */