Changeset 1068f6a in mainline for generic/include/typedefs.h


Ignore:
Timestamp:
2006-05-20T19:32:06Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1982e45
Parents:
9ea6cc5
Message:

Turn address space lock, address space area lock and
page_ht_lock into mutexes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/typedefs.h

    r9ea6cc5 r1068f6a  
    6464typedef struct futex futex_t;
    6565
    66 typedef struct chunk chunk_t;
    67 
    6866typedef struct buddy_system buddy_system_t;
    6967typedef struct buddy_system_operations buddy_system_operations_t;
    7068
    71 typedef enum as_area_type as_area_type_t;
    7269typedef struct as_area as_area_t;
    7370typedef struct as as_t;
    7471
    7572typedef struct link link_t;
    76 
    77 typedef char *char_ptr;
    7873
    7974typedef struct the the_t;
Note: See TracChangeset for help on using the changeset viewer.