cmos.hh (10631:6d6bfdb036ce) cmos.hh (10905:a6ca6831e775)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

78 address = 0;
79 }
80
81 Tick read(PacketPtr pkt);
82
83 Tick write(PacketPtr pkt);
84
85 virtual void startup();
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

78 address = 0;
79 }
80
81 Tick read(PacketPtr pkt);
82
83 Tick write(PacketPtr pkt);
84
85 virtual void startup();
86 virtual void serialize(std::ostream &os);
87 virtual void unserialize(Checkpoint *cp, const std::string &section);
88
86
87 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
88 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
89};
90
91} // namespace X86ISA
92
93#endif //__DEV_X86_CMOS_HH__
89};
90
91} // namespace X86ISA
92
93#endif //__DEV_X86_CMOS_HH__