summaryrefslogtreecommitdiffstats
path: root/devices/partition.h
blob: 47fea4dc704f6f214c54e794053bc19ad9d28c41 (plain)
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 */