repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix region reporting bug
[minix.git]
/
drivers
/
random
/
aes
/
word_i386.h
blob
3ce2230f8be1b22f5601057a8cf505abb83e27f4
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
*/