Subversion Repositories HelenOS

Rev

Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 192
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __mips_CPU_H__
29
#ifndef __mips_CPU_H__
30
#define __mips_CPU_H__
30
#define __mips_CPU_H__
31
 
31
 
32
#define CPU_ID_ARCH 0
-
 
33
 
-
 
34
struct cpu_arch {
32
struct cpu_arch {
35
    int imp_num;
33
    int imp_num;
36
    int rev_num;
34
    int rev_num;
37
};
35
};
38
   
36