aboutsummaryrefslogtreecommitdiff
path: root/utils/cmake/toolchains/XTENSA_GCC/platform_includes.h
blob: 3417ef3d9d06dfdb496e6fdd316099039d15a2bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef PLATFORM_INCLUDES
#define PLATFORM_INCLUDES

#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>

#endif