1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

124 bool pendingSmi;
125 uint8_t smiVector;
126 bool pendingNmi;
127 uint8_t nmiVector;
128 bool pendingExtInt;
129 uint8_t extIntVector;
130 bool pendingInit;
131 uint8_t initVector;
132 bool pendingStartup;
133 uint8_t startupVector;
134
135 // This is a quick check whether any of the above (except ExtInt) are set.
136 bool pendingUnmaskableInt;
137
138 /*
139 * IRR and ISR maintenance.
140 */
141 uint8_t IRRV;

--- 162 unchanged lines hidden ---