Subversion Repositories HelenOS-historic

Rev

Rev 1731 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1731 Rev 1780
Line 36... Line 36...
36
#define __mips32_CPU_H__
36
#define __mips32_CPU_H__
37
 
37
 
38
#include <arch/types.h>
38
#include <arch/types.h>
39
 
39
 
40
struct cpu_arch {
40
struct cpu_arch {
41
    __u32 imp_num;
41
    uint32_t imp_num;
42
    __u32 rev_num;
42
    uint32_t rev_num;
43
};
43
};
44
   
44
   
45
#endif
45
#endif
46
 
46
 
47
/** @}
47
/** @}