Checking in intermediate FS work before moving code.

This commit is contained in:
Ben Vanik
2013-10-15 22:51:19 -07:00
parent a8d10cd9d3
commit 26c06e13d9
5 changed files with 106 additions and 0 deletions

View File

@@ -25,3 +25,8 @@ XFile::XFile(KernelState* kernel_state, FileEntry* entry) :
XFile::~XFile() {
}
X_STATUS XFile::Read(void* buffer, size_t buffer_length, size_t byte_offset,
XAsyncRequest* request) {
return X_STATUS_ACCESS_DENIED;
}