10 lines
179 B
C
Raw Normal View History

2017-12-26 20:51:44 +01:00
#ifndef _OS_SUPPORT_H_
#define _OS_SUPPORT_H_
2017-12-27 07:48:04 +01:00
/* Platform specific one must be included first */
2017-12-26 20:51:44 +01:00
#include "psp_osal.h"
#include "pte_generic_osal.h"
2017-12-27 07:48:04 +01:00
#endif /* _OS_SUPPORT_H */