i8254.hh (9808:13ffc0066b76) i8254.hh (10642:9d3b6e7dd205)
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;

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

106 void
107 writeControl(uint8_t val)
108 {
109 pit.writeControl(val);
110 }
111
112 virtual void serialize(std::ostream &os);
113 virtual void unserialize(Checkpoint *cp, const std::string &section);
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;

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

106 void
107 writeControl(uint8_t val)
108 {
109 pit.writeControl(val);
110 }
111
112 virtual void serialize(std::ostream &os);
113 virtual void unserialize(Checkpoint *cp, const std::string &section);
114 virtual void startup();
114
115};
116
117} // namespace X86ISA
118
119#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
115
116};
117
118} // namespace X86ISA
119
120#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__