ao-tools: Move ao-selfload into library
[fw/altos] / ao-tools / lib / ao-verbose.h
index 45a0559cb9aa4bb56defee59618a3c48155b74ec..26c2fe41974ce8e7121518ad8756228238bafd04 100644 (file)
@@ -24,6 +24,7 @@
 uint32_t       ao_verbose;
 
 #define AO_VERBOSE_EXE 1
 uint32_t       ao_verbose;
 
 #define AO_VERBOSE_EXE 1
+#define AO_VERBOSE_SELF        2
 
 void
 ao_printf(uint32_t verbose, const char *format, ...);
 
 void
 ao_printf(uint32_t verbose, const char *format, ...);