block.hh (11264:dc389d2d2f79) block.hh (12239:ae1686aaebc5)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 28 unchanged lines hidden (view full) ---

37 * Authors: Andreas Sandberg
38 */
39
40#ifndef __DEV_VIRTIO_BLOCK_HH__
41#define __DEV_VIRTIO_BLOCK_HH__
42
43#include "dev/virtio/base.hh"
44#include "dev/storage/disk_image.hh"
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 28 unchanged lines hidden (view full) ---

37 * Authors: Andreas Sandberg
38 */
39
40#ifndef __DEV_VIRTIO_BLOCK_HH__
41#define __DEV_VIRTIO_BLOCK_HH__
42
43#include "dev/virtio/base.hh"
44#include "dev/storage/disk_image.hh"
45#include "dev/terminal.hh"
46
47struct VirtIOBlockParams;
48
49/**
50 * VirtIO block device
51 *
52 * The block device uses the following queues:
53 * -# Requests

--- 133 unchanged lines hidden ---
45
46struct VirtIOBlockParams;
47
48/**
49 * VirtIO block device
50 *
51 * The block device uses the following queues:
52 * -# Requests

--- 133 unchanged lines hidden ---