Rev 629 | Rev 683 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 629 | Rev 676 | ||
---|---|---|---|
Line 106... | Line 106... | ||
106 | * TODO: Implement the following functions. |
106 | * TODO: Implement the following functions. |
107 | */ |
107 | */ |
108 | extern frame_t *frame_reference(frame_t *frame); |
108 | extern frame_t *frame_reference(frame_t *frame); |
109 | extern void frame_release(frame_t *frame); |
109 | extern void frame_release(frame_t *frame); |
110 | 110 | ||
- | 111 | ||
- | 112 | /* |
|
- | 113 | * Console functions |
|
- | 114 | */ |
|
- | 115 | extern void zone_print_list(void); |
|
- | 116 | extern void zone_print_one(index_t index); |
|
- | 117 | ||
111 | #endif |
118 | #endif |