Subversion Repositories HelenOS

Rev

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

Rev 125 Rev 177
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
#include <typedefs.h>
-
 
33
 
-
 
34
#define CPU_ID_ARCH 0
32
#define CPU_ID_ARCH 0
35
 
33
 
36
struct cpu_arch {
34
struct cpu_arch {
37
    int imp_num;
35
    int imp_num;
38
    int rev_num;
36
    int rev_num;