Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2079
Line 35... Line 35...
35
#ifndef KERN_mips32_CPU_H_
35
#ifndef KERN_mips32_CPU_H_
36
#define KERN_mips32_CPU_H_
36
#define KERN_mips32_CPU_H_
37
 
37
 
38
#include <arch/types.h>
38
#include <arch/types.h>
39
 
39
 
40
struct cpu_arch {
40
typedef struct {
41
    uint32_t imp_num;
41
    uint32_t imp_num;
42
    uint32_t rev_num;
42
    uint32_t rev_num;
43
};
43
} cpu_arch_t;
44
   
44
   
45
#endif
45
#endif
46
 
46
 
47
/** @}
47
/** @}
48
 */
48
 */