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

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

56 {
57 pioSize = 16;
58 }
59 Tick read(PacketPtr pkt);
60
61 Tick write(PacketPtr pkt);
62};
63
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;

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

56 {
57 pioSize = 16;
58 }
59 Tick read(PacketPtr pkt);
60
61 Tick write(PacketPtr pkt);
62};
63
64}; // namespace X86ISA
64} // namespace X86ISA
65
66#endif //__DEV_X86_I8237_HH__
65
66#endif //__DEV_X86_I8237_HH__