Files
pintos_22/src/devices/partition.h
2024-10-01 23:37:39 +01:00

9 lines
144 B
C

#ifndef DEVICES_PARTITION_H
#define DEVICES_PARTITION_H
struct block;
void partition_scan (struct block *);
#endif /* devices/partition.h */