Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2082 → Rev 2083

/trunk/kernel/generic/include/typedefs.h
49,8 → 49,6
 
typedef struct task task_t;
typedef struct thread thread_t;
typedef struct context context_t;
typedef struct fpu_context fpu_context_t;
 
typedef struct spinlock spinlock_t;
typedef struct mutex mutex_t;
61,9 → 59,6
typedef struct waitq waitq_t;
typedef struct futex futex_t;
 
typedef struct buddy_system buddy_system_t;
typedef struct buddy_system_operations buddy_system_operations_t;
 
typedef struct as_area as_area_t;
typedef struct as as_t;