Removed now unused code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4478 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
01d8a1cdc0
commit
6e886cc40e
@ -13,31 +13,6 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
|
||||
#if 0
|
||||
struct vfs_ops {
|
||||
int (*open)(void **_cookie);
|
||||
int (*close)(void *cookie);
|
||||
int (*read)(void *cookie, off_t pos, void *buffer, size_t bytes);
|
||||
int (*write)(void *cookie, off_t pos, const void *buffer, size_t bytes);
|
||||
};
|
||||
|
||||
struct vfs_node {
|
||||
struct vfs_node *next;
|
||||
off_t offset;
|
||||
off_t size;
|
||||
int32 ref_count;
|
||||
struct vfs_ops *ops;
|
||||
};
|
||||
|
||||
struct vfs_descriptor {
|
||||
struct vfs_node *node;
|
||||
struct vfs_ops *ops;
|
||||
void *cookie;
|
||||
off_t offset;
|
||||
int32 ref_count;
|
||||
};
|
||||
#endif
|
||||
|
||||
#define MAX_VFS_DESCRIPTORS 32
|
||||
|
||||
list gBootDevices;
|
||||
|
Loading…
Reference in New Issue
Block a user