added stubs for scatter-gather and others
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1380 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -78,10 +78,10 @@ device_hooks gals_hooks = {
|
|||||||
gals_control, /* -> control entry point */
|
gals_control, /* -> control entry point */
|
||||||
gals_read, /* -> read entry point */
|
gals_read, /* -> read entry point */
|
||||||
gals_write, /* -> write entry point */
|
gals_write, /* -> write entry point */
|
||||||
NULL, /* start select */
|
gals_start, /* start select */
|
||||||
NULL, /* stop select */
|
gals_select, /* stop select */
|
||||||
NULL, /* scatter-gather read from the device */
|
gals_vector_read, /* scatter-gather read from the device */
|
||||||
NULL /* scatter-gather write to the device */
|
gals_vector_write /* scatter-gather write to the device */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user