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

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

125 return intPort;
126 return PioDevice::getPort(if_name, idx);
127 }
128
129 void signalInterrupt(int line);
130 void raiseInterruptPin(int number);
131 void lowerInterruptPin(int number);
132 void registerLocalApic(int id, Interrupts *localApic);
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;

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

125 return intPort;
126 return PioDevice::getPort(if_name, idx);
127 }
128
129 void signalInterrupt(int line);
130 void raiseInterruptPin(int number);
131 void lowerInterruptPin(int number);
132 void registerLocalApic(int id, Interrupts *localApic);
133
134 virtual void serialize(std::ostream &os);
135 virtual void unserialize(Checkpoint *cp, const std::string &section);
133};
134
135} // namespace X86ISA
136
137#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
136};
137
138} // namespace X86ISA
139
140#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__