Deleted Added
sdiff udiff text old ( 6139:2bfd792b1cc0 ) new ( 7811:a8fc35183c10 )
full compact
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;

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

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
135} // namespace X86ISA
136
137#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__