aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/michael.h
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-06-05 15:13:49 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 10:20:03 -0700
commit9d828c458f77043ddd9626ee0cfa688dda99c0eb (patch)
tree28ce88f988e79185355d6af8c175d1c892a5964d /drivers/staging/vt6655/michael.h
parentStaging: vt6655: remove PWORD typedef (diff)
downloadlinux-dev-9d828c458f77043ddd9626ee0cfa688dda99c0eb.tar.xz
linux-dev-9d828c458f77043ddd9626ee0cfa688dda99c0eb.zip
Staging: vt6655: remove PDWORD typedef
Use unsigned long * instead. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/michael.h')
-rw-r--r--drivers/staging/vt6655/michael.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/michael.h b/drivers/staging/vt6655/michael.h
index ecb2912939c6..be399494aaa4 100644
--- a/drivers/staging/vt6655/michael.h
+++ b/drivers/staging/vt6655/michael.h
@@ -44,7 +44,7 @@ void MIC_vAppend(unsigned char *src, unsigned int nBytes);
// Get the MIC result. Destination should accept 8 bytes of result.
// This also resets the message to empty.
-void MIC_vGetMIC(PDWORD pdwL, PDWORD pdwR);
+void MIC_vGetMIC(unsigned long *pdwL, unsigned long *pdwR);
/*--------------------- Export Macros ------------------------------*/