Organized ecdb source code in structure

This commit is contained in:
Mario Danic
2008-04-02 16:17:22 +00:00
parent c5273cd4c0
commit fa9cac4177
23 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef ECDB_DRIVES_H
#define ECDB_DRIVES_H
int ecdb_aquire_drive_info(void);
void ecdb_print_drive_info(void);
int ecdb_aquire_drive(Ecdb_Project *proj, unsigned int idx);
#endif