removed TOS dependencies with (some shaky) replacements to make everything compile without TOS headers
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <mint/errno.h>
|
||||
#include <mint/osbind.h>
|
||||
#include <string.h>
|
||||
#include "usb.h"
|
||||
|
||||
@@ -182,6 +180,8 @@ static void freeit(MD *m, MPB *mp)
|
||||
}
|
||||
}
|
||||
|
||||
#define EFAULT -40
|
||||
|
||||
int usb_free(void *addr)
|
||||
{
|
||||
int level;
|
||||
|
||||
Reference in New Issue
Block a user