Needs forward declaration of MemoryController.
--HG-- extra : convert_revision : 07f397742a026cb6320dc29722d1db21157f26fa
This commit is contained in:
parent
556d069e77
commit
b563833075
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#include "base/range.hh"
|
||||
#include "dev/io_device.hh"
|
||||
|
||||
class MemoryController;
|
||||
|
||||
/**
|
||||
* BadDevice
|
||||
* This device just panics when accessed. It is supposed to warn
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
#include "base/range.hh"
|
||||
#include "dev/io_device.hh"
|
||||
|
||||
class MemoryController;
|
||||
|
||||
/**
|
||||
* IsaFake is a device that returns -1 on all reads and
|
||||
* accepts all writes. It is meant to be placed at an address range
|
||||
|
|
Loading…
Reference in a new issue