2005-02-04 15:39:11 +00:00
|
|
|
/*
|
2006-10-22 13:10:46 +00:00
|
|
|
* $Id: types.h,v 1.8 2006-10-22 13:10:46 bacon Exp $
|
2005-02-04 15:39:11 +00:00
|
|
|
*/
|
|
|
|
|
2006-10-22 13:10:46 +00:00
|
|
|
#ifndef _SSE_LSP_TYPES_H_
|
|
|
|
#define _SSE_LSP_TYPES_H_
|
2005-02-04 15:39:11 +00:00
|
|
|
|
2006-10-22 13:10:46 +00:00
|
|
|
#include <sse/types.h>
|
|
|
|
#include <sse/macros.h>
|
2005-02-04 15:39:11 +00:00
|
|
|
|
2006-10-22 13:10:46 +00:00
|
|
|
typedef sse_long_t sse_lsp_int_t;
|
|
|
|
typedef sse_real_t sse_lsp_real_t;
|
2005-02-04 15:39:11 +00:00
|
|
|
|
|
|
|
#endif
|