Skip to content
Snippets Groups Projects
Commit eb867a76 authored by Grant Likely's avatar Grant Likely Committed by Stefan Roese
Browse files

[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers


Block device read/write is anonymous data; there is no need to use a
typed pointer.  void * is fine.  Also add a hook for block_read functions

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 53758fa2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment