Import TRK 2.6

This commit is contained in:
dbalatoni13 2025-01-12 09:25:08 +01:00
parent 3e3b4ac2b1
commit 0de51f3ffa
82 changed files with 7987 additions and 14 deletions

View file

@ -0,0 +1,10 @@
#ifndef METROTRK_PORTABLE_MUTEX_TRK_H
#define METROTRK_PORTABLE_MUTEX_TRK_H
#include "PowerPC_EABI_Support/MetroTRK/trk.h"
DSError TRKInitializeMutex(void*);
DSError TRKAcquireMutex(void*);
DSError TRKReleaseMutex(void*);
#endif /* METROTRK_PORTABLE_MUTEX_TRK_H */