Submitted By: Jonathan Gray <jsg@goblin.cx>

Correct ioctl definitions.
This commit is contained in:
Dr. Stephen Henson 2010-05-26 23:23:53 +00:00
parent 9f51bdae00
commit 203ef9988c

View file

@ -122,10 +122,10 @@ struct desparams {
/* /*
* Encrypt an arbitrary sized buffer * Encrypt an arbitrary sized buffer
*/ */
#define DESIOCBLOCK _IOWR(d, 6, struct desparams) #define DESIOCBLOCK _IOWR('d', 6, struct desparams)
/* /*
* Encrypt of small amount of data, quickly * Encrypt of small amount of data, quickly
*/ */
#define DESIOCQUICK _IOWR(d, 7, struct desparams) #define DESIOCQUICK _IOWR('d', 7, struct desparams)