commit latest changes

This commit is contained in:
Godzil
2011-05-10 11:56:02 +02:00
committed by Manoel Trapier
parent bd9d3e1df3
commit 57dc545fad
6 changed files with 2381 additions and 2113 deletions

View File

@@ -88,7 +88,7 @@ struct fusd_transaction
struct fusd_dev_t_s;
typedef struct fusd_dev_t_s fusd_dev_t;
struct CLASS;
struct class_device;
struct device;
/* state kept per opened file (i.e., an instance of a device) */
typedef struct {
@@ -125,7 +125,7 @@ struct fusd_dev_t_s {
char *dev_name;
struct CLASS *clazz;
int owns_class;
struct class_device *class_device;
struct device *device;
void *private_data; /* User's private data */
struct cdev* handle;