i8259.hh (7811:a8fc35183c10) i8259.hh (7903:7fcfb515d7bf)
1/*
2 * Copyright (c) 2004-2005 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;

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

103 {
104 IMR = 0x00;
105 }
106
107 void signalInterrupt(int line);
108 void raiseInterruptPin(int number);
109 void lowerInterruptPin(int number);
110 int getVector();
1/*
2 * Copyright (c) 2004-2005 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;

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

103 {
104 IMR = 0x00;
105 }
106
107 void signalInterrupt(int line);
108 void raiseInterruptPin(int number);
109 void lowerInterruptPin(int number);
110 int getVector();
111
112 virtual void serialize(std::ostream &os);
113 virtual void unserialize(Checkpoint *cp, const std::string &section);
111};
112
113} // namespace X86ISA
114
115#endif //__DEV_X86_I8259_HH__
114};
115
116} // namespace X86ISA
117
118#endif //__DEV_X86_I8259_HH__