]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/rc4.h
Staging: vt6655: remove BYTE typedef
[~andy/linux] / drivers / staging / vt6655 / rc4.h
index c94eea27ac8572120ac04cb7925aabd6714d8ac4..ad04e351365ef332e34e900fc5f3ca7002ce9b16 100644 (file)
@@ -37,7 +37,7 @@
 typedef struct {
     unsigned int ux;
     unsigned int uy;
-    BYTE abystate[256];
+    unsigned char abystate[256];
 } RC4Ext, *PRC4Ext;
 
 void rc4_init(PRC4Ext pRC4, unsigned char *pbyKey, unsigned int cbKey_len);