From 1c335ecfa538d5dd67bff7a0330a847fc84121ab Mon Sep 17 00:00:00 2001 From: Mads Ynddal Date: Wed, 8 May 2024 12:54:44 +0200 Subject: [PATCH] fixup! support/linux: prepartory work of moving log, mem, mmio, mutex headers into platform/linux --- include/vfn/support/platform/linux/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vfn/support/platform/linux/log.h b/include/vfn/support/platform/linux/log.h index b97bf754..74c66e79 100644 --- a/include/vfn/support/platform/linux/log.h +++ b/include/vfn/support/platform/linux/log.h @@ -83,4 +83,4 @@ static inline void __attribute__((format(printf, 2, 3))) __log(int v, char const # define log_debug(fmt, ...) __log(LOG_DEBUG, log_fmt(fmt), ##__VA_ARGS__) #endif /* DEBUG */ -#endif /* LIBVFN_SUPPORT_LOG_H */ \ No newline at end of file +#endif /* LIBVFN_SUPPORT_LOG_H */