Subversion Repositories HelenOS-historic

Rev

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

Rev 341 Rev 483
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __mips32_CPU_H__
29
#ifndef __mips32_CPU_H__
30
#define __mips32_CPU_H__
30
#define __mips32_CPU_H__
31
 
31
 
-
 
32
#include <arch/types.h>
-
 
33
 
32
struct cpu_arch {
34
struct cpu_arch {
33
    int imp_num;
35
    __u32 imp_num;
34
    int rev_num;
36
    __u32 rev_num;
35
};
37
};
36
   
38
   
37
#endif
39
#endif