Files
pintos_22/tests/devices/src/devices/partition.h

9 lines
144 B
C

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