cmos.hh (7811:a8fc35183c10) cmos.hh (7903:7fcfb515d7bf)
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;

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

77 pioSize = 2;
78 memset(regs, 0, numRegs * sizeof(uint8_t));
79 address = 0;
80 }
81
82 Tick read(PacketPtr pkt);
83
84 Tick write(PacketPtr pkt);
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;

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

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