#ifndef _PARTITION_H #define _PARTITION_H #include extern struct hd_struct *get_part(char *name); extern void put_part(struct hd_struct *part); #endif