source: trunk/minix/drivers/random/aes/word_i386.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 206 bytes
Line 
1typedef unsigned char byte;
2typedef unsigned char word8;
3typedef unsigned short word16;
4typedef 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 */
Note: See TracBrowser for help on using the repository browser.