summaryrefslogtreecommitdiff
path: root/asm/SDK/SSL/ssl_mutex.s
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-10-11 23:11:12 -0400
committerGitHub <noreply@github.com>2020-10-11 23:11:12 -0400
commit054335fddc4e75bb704098bb647f096be7f458d8 (patch)
treedc593d616c5c6a01a91dd4086bb6c51acbc7d799 /asm/SDK/SSL/ssl_mutex.s
parent0314819e3b37bc1af235f4d843aece51e346da76 (diff)
parent3748803f17a9e391e3b2b3982fc4b24ed7f3815e (diff)
Merge pull request #140 from mparisi20/master
Split SSL and NWC24 libraries
Diffstat (limited to 'asm/SDK/SSL/ssl_mutex.s')
-rw-r--r--asm/SDK/SSL/ssl_mutex.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/asm/SDK/SSL/ssl_mutex.s b/asm/SDK/SSL/ssl_mutex.s
new file mode 100644
index 0000000..8c152ad
--- /dev/null
+++ b/asm/SDK/SSL/ssl_mutex.s
@@ -0,0 +1,15 @@
+.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global SSL_InitMutex
+SSL_InitMutex:
+/* 80300C04 002FC864 4B F6 ED 0C */ b OSInitMutex
+
+.global SSL_LockMutex
+SSL_LockMutex:
+/* 80300C08 002FC868 4B F6 ED 40 */ b OSLockMutex
+
+.global SSL_UnlockMutex
+SSL_UnlockMutex:
+/* 80300C0C 002FC86C 4B F6 EE 18 */ b OSUnlockMutex