malta_io.cc (10631:6d6bfdb036ce) malta_io.cc (10642:9d3b6e7dd205)
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;

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

141 pitimer.unserialize("pitimer", cp, section);
142 rtc.unserialize("rtc", cp, section);
143}
144
145void
146MaltaIO::startup()
147{
148 rtc.startup();
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;

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

141 pitimer.unserialize("pitimer", cp, section);
142 rtc.unserialize("rtc", cp, section);
143}
144
145void
146MaltaIO::startup()
147{
148 rtc.startup();
149 pitimer.startup();
149}
150
151MaltaIO *
152MaltaIOParams::create()
153{
154 return new MaltaIO(this);
155}
150}
151
152MaltaIO *
153MaltaIOParams::create()
154{
155 return new MaltaIO(this);
156}