summaryrefslogtreecommitdiff
path: root/src/dev/x86/pc.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-11 02:23:40 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-11 02:23:40 -0700
commit3af428606ad35e2cd40d5d1d39010ff732bfee4f (patch)
tree138312e2a62bc278b9332713f5c053519cc5c6f5 /src/dev/x86/pc.hh
parent826621eb1722eb557d4c24f79e110fbed09e5fb5 (diff)
downloadgem5-3af428606ad35e2cd40d5d1d39010ff732bfee4f.tar.xz
X86: Rename the PC device to Pc.
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py
Diffstat (limited to 'src/dev/x86/pc.hh')
-rw-r--r--src/dev/x86/pc.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dev/x86/pc.hh b/src/dev/x86/pc.hh
index 418a2e830..21055a566 100644
--- a/src/dev/x86/pc.hh
+++ b/src/dev/x86/pc.hh
@@ -38,13 +38,13 @@
#define __DEV_PC_HH__
#include "dev/platform.hh"
-#include "params/PC.hh"
+#include "params/Pc.hh"
class IdeController;
class System;
class SouthBridge;
-class PC : public Platform
+class Pc : public Platform
{
public:
/** Pointer to the system */
@@ -52,14 +52,14 @@ class PC : public Platform
SouthBridge *southBridge;
public:
- typedef PCParams Params;
+ typedef PcParams Params;
/**
* Do platform initialization stuff
*/
void init();
- PC(const Params *p);
+ Pc(const Params *p);
/**
* Return the interrupting frequency to AlphaAccess