/*------------ Telecommunications & Signal Processing Lab -------------- McGill University Routine: UTpar.h Description: Declarations for the TSP utility routines. Author / revision: P. Kabal Copyright (C) 1994 $Revision: 1.2 $ $Date: 1994/04/14 23:24:17 $ ----------------------------------------------------------------------*/ #ifndef UTpar_h_ #define UTpar_h_ /* Machine byte order types */ #define SF_EB 0 /* big-endian */ #define SF_EL 1 /* little-endian */ #endif /* UTpar_h_ */