Skip to content

Commit

Permalink
fixup! support/linux: prepartory work of moving log, mem, mmio, mutex…
Browse files Browse the repository at this point in the history
… headers into platform/linux
  • Loading branch information
Baekalfen committed May 8, 2024
1 parent 83ac173 commit 1c335ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vfn/support/platform/linux/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
#endif /* LIBVFN_SUPPORT_LOG_H */

0 comments on commit 1c335ec

Please sign in to comment.