Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 16
Line 28... Line 28...
28
 
28
 
29
#ifndef __TYPEDEFS_H__
29
#ifndef __TYPEDEFS_H__
30
#define __TYPEDEFS_H__
30
#define __TYPEDEFS_H__
31
 
31
 
32
typedef struct config config_t;
32
typedef struct config config_t;
33
typedef struct cpu_private_page cpu_private_page_t;
33
typedef struct cpu_private_data cpu_private_data_t;
34
typedef struct cpu_info cpu_info_t;
34
typedef struct cpu_info cpu_info_t;
35
 
35
 
36
typedef struct cpu cpu_t;
36
typedef struct cpu cpu_t;
37
typedef struct cpu_arch cpu_arch_t;
37
typedef struct cpu_arch cpu_arch_t;
38
typedef struct task task_t;
38
typedef struct task task_t;