/* * $Id: types.h,v 1.7 2005-09-18 08:10:50 bacon Exp $ */ #ifndef _XP_LSP_TYPES_H_ #define _XP_LSP_TYPES_H_ #include #include typedef xp_long_t xp_lsp_int_t; typedef xp_real_t xp_lsp_real_t; #endif