summaryrefslogtreecommitdiffstats
path: root/isys/eddsupport.h
blob: b7a390f43af13ba4afdb198f25fedfe23dbd6534 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EDDSUPPORT_H
#define EDDSUPPORT_H

int probeBiosDisks();
char* getBiosDisk(char *);

#endif