X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/bfe194c190597ff9a77efc76a21c441bc19b6549..102b179cd99ebffd9372ca52b18c1b2d8f4e2fb7:/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