1 #ifndef __TABLE_H
2 #define __TABLE_H
3 
4 extern struct lookup_tag {
5 	char *mnemonic;
6 	unsigned char bytes;
7 	unsigned char type;
8 } lookup[];
9 
10 #endif
11