summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sync.h
blob: b24ab32fb35495ae2314a1c5008ea71c93520a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */