X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fio%2Fadapter.c;h=48c6fdaa19575986b66103a70cab09fe43d9c376;hp=394bac84312445da6d25b16944b4adc31ce25893;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/ntoskrnl/io/adapter.c b/ntoskrnl/io/adapter.c index 394bac8..48c6fda 100644 --- a/ntoskrnl/io/adapter.c +++ b/ntoskrnl/io/adapter.c @@ -12,6 +12,7 @@ /* INCLUDES *****************************************************************/ #include +#include #include @@ -19,10 +20,13 @@ POBJECT_TYPE EXPORTED IoAdapterObjectType = NULL; /* FIXME */ POBJECT_TYPE EXPORTED IoDeviceHandlerObjectType = NULL; /* FIXME */ -USHORT EXPORTED IoDeviceHandlerObjectSize = 0; /* FIXME */ +ULONG EXPORTED IoDeviceHandlerObjectSize = 0; /* FIXME */ /* FUNCTIONS *****************************************************************/ +/* + * @implemented + */ NTSTATUS STDCALL IoAllocateAdapterChannel (PADAPTER_OBJECT AdapterObject, PDEVICE_OBJECT DeviceObject,