Rev 676 | Rev 689 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 676 | Rev 683 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | 111 | ||
112 | /* |
112 | /* |
113 | * Console functions |
113 | * Console functions |
114 | */ |
114 | */ |
115 | extern void zone_print_list(void); |
115 | extern void zone_print_list(void); |
116 | extern void zone_print_one(index_t index); |
116 | extern void zone_print_one(__address base); |
117 | 117 | ||
118 | #endif |
118 | #endif |