Subversion Repositories HelenOS

Rev

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

Rev 1 Rev 16
Line 29... Line 29...
29
#ifndef __mips_CPU_H__
29
#ifndef __mips_CPU_H__
30
#define __mips_CPU_H__
30
#define __mips_CPU_H__
31
 
31
 
32
#include <typedefs.h>
32
#include <typedefs.h>
33
 
33
 
-
 
34
#define CPU_ID_ARCH 0
-
 
35
 
34
struct cpu_arch {
36
struct cpu_arch {
35
        int imp_num;
37
        int imp_num;
36
        int rev_num;
38
        int rev_num;
37
};
39
};
38
   
40