From 4c64d5b52ed5287bb31489bba39cf41628230bce Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Tue, 4 May 2010 16:39:07 +0530 Subject: [PATCH] iov: Move from hw/ to topdir The iov functions can be useful to other code as well. Signed-off-by: Amit Shah CC: Christoph Hellwig Signed-off-by: Anthony Liguori --- hw/iov.c => iov.c | 0 hw/iov.h => iov.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hw/iov.c => iov.c (100%) rename hw/iov.h => iov.h (100%) diff --git a/hw/iov.c b/iov.c similarity index 100% rename from hw/iov.c rename to iov.c diff --git a/hw/iov.h b/iov.h similarity index 100% rename from hw/iov.h rename to iov.h