RetroArch/deps/pthreads/platform/psp/pte_osal.h
2017-12-27 07:48:04 +01:00

10 lines
179 B
C

#ifndef _OS_SUPPORT_H_
#define _OS_SUPPORT_H_
/* Platform specific one must be included first */
#include "psp_osal.h"
#include "pte_generic_osal.h"
#endif /* _OS_SUPPORT_H */