00001 /* 00002 * @(#)LayoutTables.h 1.5 00/03/15 00003 * 00004 * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved 00005 * 00006 */ 00007 00008 #ifndef __LAYOUTTABLES_H 00009 #define __LAYOUTTABLES_H 00010 00011 #include "LETypes.h" 00012 00013 #define ANY_NUMBER 1 00014 00015 typedef le_int16 ByteOffset; 00016 typedef le_int16 WordOffset; 00017 00018 #endif 00019