summaryrefslogtreecommitdiff
path: root/hardware/fw/packet_interface.h
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:02 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:57 +0200
commit50998fcfb916ae251309bd4b464f2c122e8cb30d (patch)
tree4ecf7a7443b75ab51c4dc0c0fc9289342dc7d6a0 /hardware/fw/packet_interface.h
parent312fee491cfab436d52db4b6265107e20f3e1293 (diff)
downloadmaster-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.gz
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.bz2
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.zip
Repo re-org
Diffstat (limited to 'hardware/fw/packet_interface.h')
-rw-r--r--hardware/fw/packet_interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hardware/fw/packet_interface.h b/hardware/fw/packet_interface.h
new file mode 100644
index 0000000..dbace62
--- /dev/null
+++ b/hardware/fw/packet_interface.h
@@ -0,0 +1,6 @@
+#ifndef __PACKET_INTERFACE_H__
+#define __PACKET_INTERFACE_H__
+
+void send_packet(struct dma_usart_file *f, const uint8_t *data, size_t len);
+
+#endif