sandbox: Add dummy sync()
In order to compile more drivers, add an empty sync() function. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
static inline void sync(void)
|
||||
{
|
||||
}
|
||||
|
||||
enum sandboxio_size_t {
|
||||
SB_SIZE_8,
|
||||
SB_SIZE_16,
|
||||
|
||||
Reference in New Issue
Block a user