diff --git a/src/devices/partition.h b/src/devices/partition.h new file mode 100644 index 0000000000000000000000000000000000000000..47fea4dc704f6f214c54e794053bc19ad9d28c41 --- /dev/null +++ b/src/devices/partition.h @@ -0,0 +1,8 @@ +#ifndef DEVICES_PARTITION_H +#define DEVICES_PARTITION_H + +struct block; + +void partition_scan (struct block *); + +#endif /* devices/partition.h */