summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/openpcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/openpcd.h')
-rw-r--r--openpcd/firmware/include/openpcd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openpcd/firmware/include/openpcd.h b/openpcd/firmware/include/openpcd.h
index 9af311e..a6831dd 100644
--- a/openpcd/firmware/include/openpcd.h
+++ b/openpcd/firmware/include/openpcd.h
@@ -10,8 +10,6 @@ struct openpcd_hdr {
u_int8_t flags;
u_int8_t reg; /* register */
u_int8_t val; /* value (in case of write *) */
- u_int16_t len;
- u_int16_t res;
u_int8_t data[0];
} __attribute__ ((packed));
personal git repositories of Harald Welte. Your mileage may vary