Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 32... Line 32...
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <arch/cpu.h>
35
#include <arch/cpu.h>
36
#include <cpu.h>
36
#include <cpu.h>
37
 
-
 
38
#include <arch.h>
37
#include <arch.h>
39
 
-
 
40
#include <arch/cp0.h>
38
#include <arch/cp0.h>
41
 
-
 
42
#include <typedefs.h>
-
 
43
#include <print.h>  
39
#include <print.h>  
44
 
40
 
45
struct data_t {
41
struct data_t {
46
    char *vendor;
42
    char *vendor;
47
    char *model;
43
    char *model;