Changeset 60780c5 in mainline for arch/mips32/include/context.h


Ignore:
Timestamp:
2005-09-12T13:48:11Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b50135
Parents:
e75cf11
Message:

Rename mips port to mips32.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/context.h

    re75cf11 r60780c5  
    2727 */
    2828
    29 #ifndef __mips_CONTEXT_H__
    30 #define __mips_CONTEXT_H__
     29#ifndef __mips32_CONTEXT_H__
     30#define __mips32_CONTEXT_H__
    3131
    3232#define STACK_ITEM_SIZE 4
     
    4040#ifndef __ASM__
    4141
    42 #ifndef __mips_TYPES_H_
     42#ifndef __mips32_TYPES_H__
    4343# include <arch/types.h>
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.