/* pentStruct - output assembly language versions of structures.
 * This would be easier if gnu assembly were a little better.... */

#ifndef PENTSTRUCT_H
#define PENTSTRUCT_H

void pentStructPrint(FILE *f);
/* Output pentium structures to file */

#endif /* PENTSTRUCT_H */

