From bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 Mon Sep 17 00:00:00 2001 From: RajithaY Date: Tue, 25 Apr 2017 03:31:15 -0700 Subject: Adding qemu as a submodule of KVMFORNFV This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY --- qemu/roms/openbios/fs/ext2/libext2.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 qemu/roms/openbios/fs/ext2/libext2.h (limited to 'qemu/roms/openbios/fs/ext2/libext2.h') diff --git a/qemu/roms/openbios/fs/ext2/libext2.h b/qemu/roms/openbios/fs/ext2/libext2.h deleted file mode 100644 index 12d22a44b..000000000 --- a/qemu/roms/openbios/fs/ext2/libext2.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * - * (c) 2008-2009 Laurent Vivier - * - * This file has been copied from EMILE, http://emile.sf.net - * - */ - -#ifndef __LIBEXT2_H__ -#define __LIBEXT2_H__ - -#include "config.h" -#include "ext2.h" - -extern ext2_VOLUME* ext2_mount(int fd); -extern int ext2_umount(ext2_VOLUME *volume); -extern ext2_DIR* ext2_opendir(ext2_VOLUME *, const char *name); -extern struct ext2_dir_entry_2* ext2_readdir(ext2_DIR* dir); -extern void ext2_closedir(ext2_DIR *dir); -extern ext2_FILE* ext2_open(ext2_VOLUME *, const char* pathname); -extern size_t ext2_read(ext2_FILE *file, void *buf, size_t count); -extern void ext2_close(ext2_FILE *file); -extern int ext2_lseek(ext2_FILE *file, long offset, int whence); - -#endif /* __LIBEXT2_H__ */ -- cgit 1.2.3-korg