diff --git a/src/kernel/core/fs/bootfs.h b/src/kernel/core/fs/bootfs.h deleted file mode 100644 index 7104320e53..0000000000 --- a/src/kernel/core/fs/bootfs.h +++ /dev/null @@ -1,10 +0,0 @@ -/* -** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. -** Distributed under the terms of the NewOS License. -*/ -#ifndef _FS_BOOTFS_H_ -#define _FS_BOOTFS_H_ - -status_t bootstrap_bootfs(void); - -#endif /* _FS_BOOTFS_H_ */ diff --git a/src/kernel/core/fs/rootfs.h b/src/kernel/core/fs/rootfs.h deleted file mode 100644 index ba49ffa6cc..0000000000 --- a/src/kernel/core/fs/rootfs.h +++ /dev/null @@ -1,10 +0,0 @@ -/* -** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. -** Distributed under the terms of the NewOS License. -*/ -#ifndef _FS_ROOTFS_H_ -#define _FS_ROOTFS_H_ - -status_t bootstrap_rootfs(void); - -#endif /* _FS_ROOTFS_H_ */