Changeset 0f3fc9b in mainline for kernel/generic/include/typedefs.h


Ignore:
Timestamp:
2007-01-22T13:34:55Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
726e1043
Parents:
e7b7be3f
Message:

typedef elimination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/typedefs.h

    re7b7be3f r0f3fc9b  
    5050typedef struct task task_t;
    5151typedef struct thread thread_t;
    52 typedef struct context context_t;
    53 typedef struct fpu_context fpu_context_t;
    5452
    5553typedef struct spinlock spinlock_t;
     
    6159typedef struct waitq waitq_t;
    6260typedef struct futex futex_t;
    63 
    64 typedef struct buddy_system buddy_system_t;
    65 typedef struct buddy_system_operations buddy_system_operations_t;
    6661
    6762typedef struct as_area as_area_t;
Note: See TracChangeset for help on using the changeset viewer.