diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-11 13:57:22 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-11 13:57:22 +0100 |
commit | 0af1a534e2930da77ebbab6481adcd17069581ef (patch) | |
tree | 6b8c1399fbf69d75c296f2b5060549e63553fa75 /controller/fw/musl_include_shims/fp_arch.h | |
parent | 0cd07d397fb5a5e7710af66cb1e9e0b61705c94a (diff) | |
download | master-thesis-0af1a534e2930da77ebbab6481adcd17069581ef.tar.gz master-thesis-0af1a534e2930da77ebbab6481adcd17069581ef.tar.bz2 master-thesis-0af1a534e2930da77ebbab6481adcd17069581ef.zip |
Start with integration of everything
Diffstat (limited to 'controller/fw/musl_include_shims/fp_arch.h')
-rw-r--r-- | controller/fw/musl_include_shims/fp_arch.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controller/fw/musl_include_shims/fp_arch.h b/controller/fw/musl_include_shims/fp_arch.h new file mode 100644 index 0000000..f5bab6d --- /dev/null +++ b/controller/fw/musl_include_shims/fp_arch.h @@ -0,0 +1,6 @@ +#ifndef __MUSL_SHIM_FP_ARCH_H__ +#define __MUSL_SHIM_FP_ARCH_H__ + +#define hidden + +#endif /* __MUSL_SHIM_FP_ARCH_H__ */ |