provided code
This commit is contained in:
8
src/devices/partition.h
Normal file
8
src/devices/partition.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DEVICES_PARTITION_H
|
||||
#define DEVICES_PARTITION_H
|
||||
|
||||
struct block;
|
||||
|
||||
void partition_scan (struct block *);
|
||||
|
||||
#endif /* devices/partition.h */
|
||||
Reference in New Issue
Block a user