PKUOS - Pintos
Pintos source browser for PKU Operating System course
src
devices
partition.h
Go to the documentation of this file.
1
#ifndef DEVICES_PARTITION_H
2
#define DEVICES_PARTITION_H
3
4
struct
block
;
5
6
void
partition_scan
(
struct
block
*);
7
8
#endif
/**< devices/partition.h */
partition_scan
void partition_scan(struct block *)
devices/partition.h
Definition:
partition.c:28
block
A block device.
Definition:
block.c:10
Generated on Thu Nov 4 2021 19:31:00 for PKUOS - Pintos by
1.9.2