Subversion Repositories HelenOS-historic

Rev

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

Rev 534 Rev 860
Line 30... Line 30...
30
#define __ppc32_CPU_H__
30
#define __ppc32_CPU_H__
31
 
31
 
32
#include <typedefs.h>
32
#include <typedefs.h>
33
 
33
 
34
struct cpu_arch {
34
struct cpu_arch {
-
 
35
    int version;
-
 
36
    int revision;
35
};
37
};
36
   
38
   
37
#endif
39
#endif