Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 319 → Rev 341

/SPARTAN/trunk/arch/mips32/include/context.h
26,8 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
#ifndef __mips_CONTEXT_H__
#define __mips_CONTEXT_H__
#ifndef __mips32_CONTEXT_H__
#define __mips32_CONTEXT_H__
 
#define STACK_ITEM_SIZE 4
 
39,7 → 39,7
 
#ifndef __ASM__
 
#ifndef __mips_TYPES_H_
#ifndef __mips32_TYPES_H__
# include <arch/types.h>
#endif