* Jamey Sharp <[EMAIL PROTECTED]> [2008-05-15 22:48]: > > OK, I haven't quite gotten around to posting the Windows kernel driver > source that goes with this.
Do you plan to release the driver sources? Is there a driver binary
available for now?
> +
> + if(memory_range)
> + {
> + *range = memory_range;
> + *ranges = memory_ranges;
> + return 0;
> + }
I think you should use the kernel coding style here, i.e. the '{' in
the same line as the 'if'.
Bernhard
signature.asc
Description: PGP signature
_______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
