summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/gpt/map.h')
-rw-r--r--sbin/gpt/map.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/gpt/map.h b/sbin/gpt/map.h
index ac726e1..4bdc94a 100644
--- a/sbin/gpt/map.h
+++ b/sbin/gpt/map.h
@@ -46,14 +46,16 @@ typedef struct map {
void *map_data;
} map_t;
+extern int lbawidth;
+
map_t *map_add(off_t, off_t, int, void*);
+map_t *map_alloc(off_t, off_t);
map_t *map_find(int);
map_t *map_first(void);
map_t *map_last(void);
-off_t map_unused(off_t, off_t);
+off_t map_free(off_t, off_t);
-void map_dump(void);
void map_init(off_t);
#endif /* _MAP_H_ */
OpenPOWER on IntegriCloud