i82094aa.hh (9807:63d7362bbdf2) i82094aa.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;

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

104
105 BaseMasterPort &getMasterPort(const std::string &if_name,
106 PortID idx = InvalidPortID);
107
108 void signalInterrupt(int line);
109 void raiseInterruptPin(int number);
110 void lowerInterruptPin(int number);
111
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;

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

104
105 BaseMasterPort &getMasterPort(const std::string &if_name,
106 PortID idx = InvalidPortID);
107
108 void signalInterrupt(int line);
109 void raiseInterruptPin(int number);
110 void lowerInterruptPin(int number);
111
112 virtual void serialize(std::ostream &os);
113 virtual void unserialize(Checkpoint *cp, const std::string &section);
112 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
113 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
114};
115
116} // namespace X86ISA
117
118#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
114};
115
116} // namespace X86ISA
117
118#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__