diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-03-08 11:34:41 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-03-08 11:34:41 -0500 |
commit | 4d44e53736507de176e48cbf99b064ffa0ae5a7a (patch) | |
tree | 70e89d9e8e37238478191e07f8312e15e6460729 /dev/alpha_console.hh | |
parent | dd1e1484ee3e9ad0a6af820c2fcbd69a39698dac (diff) | |
download | gem5-4d44e53736507de176e48cbf99b064ffa0ae5a7a.tar.xz |
Forward declaration of MemoryController.
My change to exec_context.hh probably affected these files to no longer have MemoryController forward declared through a long chain of includes. MemoryController should be forward declared where it is used anyways.
dev/alpha_console.hh:
dev/uart.hh:
dev/uart8250.hh:
Forward declaration of MemoryController.
--HG--
extra : convert_revision : afaac4014e0eb3b6d5d385cd4444b77511e03b51
Diffstat (limited to 'dev/alpha_console.hh')
-rw-r--r-- | dev/alpha_console.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/alpha_console.hh b/dev/alpha_console.hh index 86ef021e9..f63c6ad7e 100644 --- a/dev/alpha_console.hh +++ b/dev/alpha_console.hh @@ -43,6 +43,7 @@ class BaseCPU; class SimConsole; class AlphaSystem; class SimpleDisk; +class MemoryController; /** * Memory mapped interface to the system console. This device |