Removed the empty function stubs from this file (and basically moved there
where they belong). Lazy Ingo ;-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9642 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
|
#include <devfs.h>
|
||||||
|
|
||||||
#include <KDiskDeviceUtils.h>
|
#include <KDiskDeviceUtils.h>
|
||||||
#include <KFileDiskDevice.h>
|
#include <KFileDiskDevice.h>
|
||||||
@@ -21,21 +22,6 @@
|
|||||||
|
|
||||||
static const char *kFileDevicesDir = "/dev/disk/virtual/files";
|
static const char *kFileDevicesDir = "/dev/disk/virtual/files";
|
||||||
|
|
||||||
// TODO: Remove when implemented in the devfs.
|
|
||||||
static
|
|
||||||
status_t
|
|
||||||
devfs_publish_file_device(const char *path, const char *filePath)
|
|
||||||
{
|
|
||||||
return B_ERROR;
|
|
||||||
}
|
|
||||||
|
|
||||||
static
|
|
||||||
status_t
|
|
||||||
devfs_unpublish_file_device(const char *path)
|
|
||||||
{
|
|
||||||
return B_ERROR;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
KFileDiskDevice::KFileDiskDevice(partition_id id)
|
KFileDiskDevice::KFileDiskDevice(partition_id id)
|
||||||
|
|||||||
Reference in New Issue
Block a user