Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146954
Collapse All | Expand All

(-)harddrv.h (-7 / +4 lines)
Lines 286-299 Link Here
286
286
287
 void panic(const char * message);
287
 void panic(const char * message);
288
 off_t
288
 off_t
289
#ifndef PARANOID
289
290
       sparse_image_t::
290
get_physical_offset();
291
#endif
291
292
                       get_physical_offset();
293
 void
292
 void
294
#ifndef PARANOID
293
295
       sparse_image_t::
296
#endif
297
                       set_virtual_page(uint32 new_virtual_page);
294
                       set_virtual_page(uint32 new_virtual_page);
298
 void read_header();
295
 void read_header();
299
 ssize_t read_page_fragment(uint32 read_virtual_page, uint32 read_page_offset, size_t read_size, void * buf);
296
 ssize_t read_page_fragment(uint32 read_virtual_page, uint32 read_page_offset, size_t read_size, void * buf);

Return to bug 146954