8 lines
144 B
C
Executable file
8 lines
144 B
C
Executable file
#ifndef DEVICES_PARTITION_H
|
|
#define DEVICES_PARTITION_H
|
|
|
|
struct block;
|
|
|
|
void partition_scan (struct block *);
|
|
|
|
#endif /* devices/partition.h */
|