From c2d178577ae7d9272d7aff35895a36aefe626eca Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 23 May 2024 20:24:51 -0600 Subject: platform/wavelet3d/host_sw: implement firmware loading --- platform/wavelet3d/host_sw/init.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 platform/wavelet3d/host_sw/init.h (limited to 'platform/wavelet3d/host_sw/init.h') diff --git a/platform/wavelet3d/host_sw/init.h b/platform/wavelet3d/host_sw/init.h new file mode 100644 index 0000000..a4e62a9 --- /dev/null +++ b/platform/wavelet3d/host_sw/init.h @@ -0,0 +1,6 @@ +#ifndef INIT_H +#define INIT_H + +void init(void); + +#endif -- cgit v1.2.3