1 /* Copyright (c) 1982 Regents of the University of California */
2 
3 /* static char sccsid[] = "@(#)pxops.h 1.2 01/18/82"; */
4 
5 /*
6  * px opcodes
7  */
8 
9 typedef unsigned char PXOP;
10 
11 #include "../px/h02opcs.h"		/* opcode defines */
12