Subversion Repositories HelenOS

Rev

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

Rev 16 Rev 125
Line 32... Line 32...
32
#include <typedefs.h>
32
#include <typedefs.h>
33
 
33
 
34
#define CPU_ID_ARCH 0
34
#define CPU_ID_ARCH 0
35
 
35
 
36
struct cpu_arch {
36
struct cpu_arch {
37
        int imp_num;
37
    int imp_num;
38
        int rev_num;
38
    int rev_num;
39
};
39
};
40
   
40
   
41
#endif
41
#endif