BFS btreeTest: fixed DEBUG build.

This commit is contained in:
Axel Dörfler 2015-01-13 08:54:34 +01:00
parent eb27e2297a
commit f982c9ed88

View File

@ -1,4 +1,11 @@
#include "fs_interface.h"
/*
* Copyright 2014-2015, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <fs_interface.h>
#include <kscheduler.h>
status_t
@ -13,3 +20,18 @@ put_vnode(fs_volume* volume, ino_t vnodeID)
{
return B_OK;
}
// #pragma mark -
void
scheduler_enqueue_in_run_queue(Thread* thread)
{
}
void
scheduler_reschedule(int32 next_state)
{
}