2008-04-01 21:30:41 +00:00
|
|
|
#ifndef ECDB_DRIVES_H
|
|
|
|
#define ECDB_DRIVES_H
|
|
|
|
|
2008-05-19 05:00:55 +00:00
|
|
|
int ecdb_aquire_drive_info(void);
|
|
|
|
void ecdb_print_drive_info(void);
|
|
|
|
int ecdb_aquire_drive(Ecdb_Project *proj, unsigned int idx);
|
2008-04-01 21:30:41 +00:00
|
|
|
|
|
|
|
#endif
|