tsunami_io.hh (10905:a6ca6831e775) tsunami_io.hh (11168:f98eb2da15a4)
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;

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

133 void postPIC(uint8_t bitvector);
134
135 /**
136 * Clear a posted interrupt
137 * @param bitvector interrupt to clear
138 */
139 void clearPIC(uint8_t bitvector);
140
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;

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

133 void postPIC(uint8_t bitvector);
134
135 /**
136 * Clear a posted interrupt
137 * @param bitvector interrupt to clear
138 */
139 void clearPIC(uint8_t bitvector);
140
141 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
142 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
141 void serialize(CheckpointOut &cp) const override;
142 void unserialize(CheckpointIn &cp) override;
143
144 /**
145 * Start running.
146 */
147 virtual void startup();
148
149};
150
151#endif // __DEV_TSUNAMI_IO_HH__
143
144 /**
145 * Start running.
146 */
147 virtual void startup();
148
149};
150
151#endif // __DEV_TSUNAMI_IO_HH__