summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk/read.h
blob: fee10daff5c31e305dbe78c7f851c8fc1cc42a48 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _READ_H_
#define _READ_H_

#include <disk/geom.h>

void *read_mbr(int, int*);
void *dev_read(int, unsigned int, int, int*);
void *read_sectors(struct driveinfo*, const unsigned int,
		   const int, int *);
#endif /* _READ_H */