Organized ecdb source code in structure
This commit is contained in:
8
experimental/ecdb/trunk/src/ecdb_drives.h
Normal file
8
experimental/ecdb/trunk/src/ecdb_drives.h
Normal 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
|
Reference in New Issue
Block a user