move some stuff out of arch.cpp, so arch drivers aren't all cross-dependent

This commit is contained in:
Glenn Maynard
2004-07-07 20:11:30 +00:00
parent f62ed09cd3
commit e47f331924
6 changed files with 101 additions and 40 deletions
@@ -61,6 +61,8 @@ public:
virtual void UnPauseMountingThread() = 0;
};
MemoryCardDriver *MakeMemoryCardDriver();
#endif
/*