]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Unix/ventoy_unix_src/DragonFly/vtutil.h
keep up with 1.0.67 (#1464)
[Ventoy.git] / Unix / ventoy_unix_src / DragonFly / vtutil.h
index 883aeba60016175ec68fdc476542c3fd9ec5a324..4b2c6651e728d3e7fc65341c04812d138da8339b 100644 (file)
@@ -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