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:
Tom Rini
2025-07-18 12:22:11 -06:00
parent a05c01c8e6
commit 786e1f6dea
+4
View File
@@ -8,6 +8,10 @@
#include <linux/types.h>
static inline void sync(void)
{
}
enum sandboxio_size_t {
SB_SIZE_8,
SB_SIZE_16,