i8042.hh (5832:38f3f3e1e442) i8042.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;

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

249
250 void addressRanges(AddrRangeList &range_list);
251
252 Tick read(PacketPtr pkt);
253
254 Tick write(PacketPtr pkt);
255};
256
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;

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

249
250 void addressRanges(AddrRangeList &range_list);
251
252 Tick read(PacketPtr pkt);
253
254 Tick write(PacketPtr pkt);
255};
256
257}; // namespace X86ISA
257} // namespace X86ISA
258
259#endif //__DEV_X86_I8042_HH__
258
259#endif //__DEV_X86_I8042_HH__