diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-23 20:24:51 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-24 05:58:44 -0600 |
| commit | c2d178577ae7d9272d7aff35895a36aefe626eca (patch) | |
| tree | 1c8ef89df743f01db9e108dc10f559bae5a10ce6 /platform/wavelet3d/host_sw/init.h | |
| parent | a148430ae145d99ba50a87b6147fa0e6e81cb258 (diff) | |
platform/wavelet3d/host_sw: implement firmware loading
Diffstat (limited to 'platform/wavelet3d/host_sw/init.h')
| -rw-r--r-- | platform/wavelet3d/host_sw/init.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
