xref: /minix3/minix/drivers/system/random/aes/word_i386.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 typedef unsigned char byte;
2 typedef unsigned char word8;
3 typedef unsigned short word16;
4 typedef unsigned word32;
5 #define STRICT_ALIGN 1
6 
7 /*
8  * $PchId: word_i386.h,v 1.1 2003/09/29 09:20:13 philip Exp $
9  */
10