Rev 4401 | Rev 4435 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4401 | Rev 4434 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | link_t free_head; |
66 | link_t free_head; |
67 | } cache_t; |
67 | } cache_t; |
68 | 68 | ||
69 | typedef struct { |
69 | typedef struct { |
70 | link_t link; |
70 | link_t link; |
71 | int dev_handle; |
71 | dev_handle_t dev_handle; |
72 | int dev_phone; |
72 | int dev_phone; |
73 | void *com_area; |
73 | void *com_area; |
74 | size_t com_size; |
74 | size_t com_size; |
75 | void *bb_buf; |
75 | void *bb_buf; |
76 | off_t bb_off; |
76 | off_t bb_off; |