Changeset 2049 for Whitix/trunk/user/xynth/src/server/server.h
- Timestamp:
- 05/17/09 10:39:07 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/xynth/src/server/server.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/xynth/src/server/server.h
r910 r2049 59 59 char *device; 60 60 61 int (*server_init) (s_server_ conf_t *cfg);61 int (*server_init) (s_server_t* server); 62 62 void (*server_uninit) (void); 63 64 /* Returns 1 if there is a device the driver can use, 0 otherwise. */ 65 int (*probe)(s_server_t* server); 63 66 64 67 void *driver_data;
