aboutsummaryrefslogtreecommitdiff
path: root/platform/flash/platform_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/flash/platform_config.h')
-rw-r--r--platform/flash/platform_config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/flash/platform_config.h b/platform/flash/platform_config.h
new file mode 100644
index 000000000..078bb754d
--- /dev/null
+++ b/platform/flash/platform_config.h
@@ -0,0 +1,12 @@
+
+#ifndef PLATFORM_CONFIG_H
+#define PLATFORM_CONFIG_H
+
+#include <stdlib.h>
+//#define alloca __builtin_alloca
+#define _FORCE_INLINE_ __attribute__((always_inline)) inline
+
+#define _glClearDepthf glClearDepthf
+
+#endif
+