summaryrefslogtreecommitdiff
path: root/ao-tools/lib/ao-verbose.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-28 09:46:13 -0800
committerKeith Packard <keithp@keithp.com>2013-11-28 09:46:13 -0800
commitd93a65a90f19e4816231e03b1f399af6e3742aee (patch)
treef4c2d026846a0c282bebdc13c00f5ba2147a7170 /ao-tools/lib/ao-verbose.h
parent14204e3d147ad99cc249ad8de254809180fe5c38 (diff)
ao-tools: Move ao-selfload into library
This needs to be shared between ao-stmload and ao-usbload Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/ao-verbose.h')
-rw-r--r--ao-tools/lib/ao-verbose.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/lib/ao-verbose.h b/ao-tools/lib/ao-verbose.h
index 45a0559c..26c2fe41 100644
--- a/ao-tools/lib/ao-verbose.h
+++ b/ao-tools/lib/ao-verbose.h
@@ -24,6 +24,7 @@
uint32_t ao_verbose;
#define AO_VERBOSE_EXE 1
+#define AO_VERBOSE_SELF 2
void
ao_printf(uint32_t verbose, const char *format, ...);