DBus goodness! Drive detection is more reliable now, need to implement some detection of the volume characteristics now.
This commit is contained in:
9
experimental/ecdb/trunk/src/ecdb_hal.h
Normal file
9
experimental/ecdb/trunk/src/ecdb_hal.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
||||
#ifndef ECDB_HAL_H
|
||||
#define ECDB_HAL_H
|
||||
|
||||
int ecdb_hal_init(void);
|
||||
void ecdb_hal_shutdown(void);
|
||||
void ecdb_hal_request_unmount(Ecdb_Drive_Info *drive);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user