X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/bfe194c190597ff9a77efc76a21c441bc19b6549..f7fac26c91a2efbb77b243ffd20e89e992ea1f71:/Unix/ventoy_unix_src/DragonFly/vtutil.h diff --git a/Unix/ventoy_unix_src/DragonFly/vtutil.h b/Unix/ventoy_unix_src/DragonFly/vtutil.h index 883aeba..4b2c665 100644 --- a/Unix/ventoy_unix_src/DragonFly/vtutil.h +++ b/Unix/ventoy_unix_src/DragonFly/vtutil.h @@ -3,6 +3,8 @@ #define __UTIL_H__ extern int boot_verbose; +//#define vdebug(fmt, ...) +//#define verror #define vdebug(fmt, ...) if (boot_verbose) { printf(fmt, ##__VA_ARGS__); usleep(500000); } #define verror printf