1 /*
2  * itable.h
3  *
4  * All rights reserved. Copyright (C) 1996 by NARITA Tomio
5  * $Id: itable.h,v 1.3 2003/11/13 03:08:19 nrt Exp $
6  */
7 
8 #ifndef __ITABLE_H__
9 #define __ITABLE_H__
10 
11 #include <itable_t.h>
12 #include <itable_e.h>
13 
14 #endif /* __ITABLE_H__ */
15