diff options
Diffstat (limited to 'qemu/roms/u-boot/include/sandboxblockdev.h')
-rw-r--r-- | qemu/roms/u-boot/include/sandboxblockdev.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/qemu/roms/u-boot/include/sandboxblockdev.h b/qemu/roms/u-boot/include/sandboxblockdev.h deleted file mode 100644 index 627787aa3..000000000 --- a/qemu/roms/u-boot/include/sandboxblockdev.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2013, Henrik Nordstrom <henrik@henriknordstrom.net> - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __SANDBOX_BLOCK_DEV__ -#define __SANDBOX_BLOCK_DEV__ - -struct host_block_dev { - block_dev_desc_t blk_dev; - char *filename; - int fd; -}; - -int host_dev_bind(int dev, char *filename); - -#endif |