diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-01 22:00:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-01 22:00:34 +0000 |
commit | a3fb0cf9072c4aa89776526592b359b7caea1bb9 (patch) | |
tree | 612778ecd7aa4395b53699b442f971e9db0af17a /cow.h | |
parent | ea2384d36e1e5f6dfd44b748d290762181c38350 (diff) |
removed unneeded tools
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1038 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cow.h')
-rw-r--r-- | cow.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cow.h b/cow.h deleted file mode 100644 index 5b5f497ed3..0000000000 --- a/cow.h +++ /dev/null @@ -1,13 +0,0 @@ -/* user mode linux compatible COW file */ -#define COW_MAGIC 0x4f4f4f4d /* MOOO */ -#define COW_VERSION 2 - -struct cow_header_v2 { - uint32_t magic; - uint32_t version; - char backing_file[1024]; - int32_t mtime; - uint64_t size; - uint32_t sectorsize; -}; - |