i8254.hh (5827:ac2c268bf4f1) i8254.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;

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

106
107 void
108 writeControl(uint8_t val)
109 {
110 pit.writeControl(val);
111 }
112};
113
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
107 void
108 writeControl(uint8_t val)
109 {
110 pit.writeControl(val);
111 }
112};
113
114}; // namespace X86ISA
114} // namespace X86ISA
115
116#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
115
116#endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__