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:
shatty
2002-10-05 05:18:24 +00:00
parent 661ede4b33
commit 2ac2ef2b15
@@ -78,10 +78,10 @@ device_hooks gals_hooks = {
gals_control, /* -> control entry point */
gals_read, /* -> read entry point */
gals_write, /* -> write entry point */
NULL, /* start select */
NULL, /* stop select */
NULL, /* scatter-gather read from the device */
NULL /* scatter-gather write to the device */
gals_start, /* start select */
gals_select, /* stop select */
gals_vector_read, /* scatter-gather read from the device */
gals_vector_write /* scatter-gather write to the device */
};