summaryrefslogtreecommitdiff
path: root/n/avr/proto/proto.h
diff options
context:
space:
mode:
authorschodet2005-01-21 01:20:48 +0000
committerschodet2005-01-21 01:20:48 +0000
commit2da3f1d5b33f6fbc5c14faeff71bb275eb16fed6 (patch)
tree59197ba808d2ddfcba7b8d88868daa0652131623 /n/avr/proto/proto.h
parent3f82dfca6938dcac30d2d9fa4d1fbfef4316ab94 (diff)
Correction de la grosse merde que j'avais mise sur le CVS et optimisations.
Diffstat (limited to 'n/avr/proto/proto.h')
-rw-r--r--n/avr/proto/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/n/avr/proto/proto.h b/n/avr/proto/proto.h
index 5d6319f..c52bb35 100644
--- a/n/avr/proto/proto.h
+++ b/n/avr/proto/proto.h
@@ -42,6 +42,10 @@ proto_putc (uint8_t c);
void
proto_accept (uint8_t c);
+/* Send a argument byte. */
+void
+proto_arg (uint8_t a);
+
/** Send a command, generic function. */
void
proto_send (uint8_t cmd, uint8_t size, uint8_t *args);