driver: print_error() for error messages
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
4398678517
commit
bfb5a55861
3 changed files with 91 additions and 55 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#define _DRIVER_NAME_ "NFS4.1 Driver"
|
||||
|
||||
ULONG __cdecl DbgP(IN PCCH fmt, ...);
|
||||
ULONG __cdecl print_error(IN PCCH fmt, ...);
|
||||
VOID print_srv_call(int on, IN PMRX_SRV_CALL p);
|
||||
VOID print_net_root(int on, IN PMRX_NET_ROOT p);
|
||||
VOID print_v_net_root(int on, IN PMRX_V_NET_ROOT p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue