1 2 3 4 5 6 7 8
#ifndef DEVICES_PARTITION_H #define DEVICES_PARTITION_H struct block; void partition_scan (struct block *); #endif /* devices/partition.h */