pc.hh (5834:b9e30a60dee4) pc.hh (8741:491297d019f3)
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;

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

57 /**
58 * Do platform initialization stuff
59 */
60 void init();
61
62 Pc(const Params *p);
63
64 /**
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;

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

57 /**
58 * Do platform initialization stuff
59 */
60 void init();
61
62 Pc(const Params *p);
63
64 /**
65 * Return the interrupting frequency to AlphaAccess
66 * @return frequency of RTC interrupts
67 */
68 virtual Tick intrFrequency();
69
70 /**
71 * Cause the cpu to post a serial interrupt to the CPU.
72 */
73 virtual void postConsoleInt();
74
75 /**
76 * Clear a posted CPU interrupt
77 */
78 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---
65 * Cause the cpu to post a serial interrupt to the CPU.
66 */
67 virtual void postConsoleInt();
68
69 /**
70 * Clear a posted CPU interrupt
71 */
72 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---