Add initial code for AFP Mounter CDev.

This code tries to call EasyMount using the request procedure documented in its ERS, but it turns out that doesn't work. The request procedure trashes its return address on the stack, so it crashes whenever you call it.
This commit is contained in:
Stephen Heumann
2017-04-11 17:34:00 -05:00
parent dca542e0cd
commit 73399e8eda
7 changed files with 804 additions and 10 deletions

6
cdevutil.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CDEVUTIL_H
#define CDEVUTIL_H
void FreeAllCDevMem(void);
#endif