input: support analog read
[libpicofe.git] / linux / host_dasm.h
index bf771d7..490547d 100644 (file)
@@ -1,2 +1,4 @@
 void host_dasm(void *addr, int len);
-
+void host_dasm_new_symbol_(void *addr, const char *name);
+#define host_dasm_new_symbol(sym) \
+       host_dasm_new_symbol_(sym, #sym)