blob: 3a1376e94cd010390924d55c12047486a3faf9b9 [file] [log] [blame]
Benny Prijonoe7224612005-11-13 19:40:44 +00001/* $Id$
2 *
3 */
4/*
5 * PJLIB - PJ Foundation Library
6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org>
7 *
8 * Author:
9 * Benny Prijono <bennylp@bulukucing.org>
10 *
11 * This library is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public
13 * License as published by the Free Software Foundation; either
14 * version 2.1 of the License, or (at your option) any later version.
15 *
16 * This library is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details.
20 *
21 * You should have received a copy of the GNU Lesser General Public
22 * License along with this library; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */
25/*
26 * $Log: /pjproject-0.3/pjlib/include/pj/compat/m_alpha.h $
27 *
28 * 1 10/29/05 5:23p Bennylp
29 * Created.
30 *
31 */
32#ifndef __PJ_COMPAT_M_ALPHA_H__
33#define __PJ_COMPAT_M_ALPHA_H__
34
35/**
36 * @file m_alpha.h
37 * @brief Describes Alpha processor family specifics.
38 */
39
40#define PJ_HAS_PENTIUM 0
41#define PJ_IS_LITTLE_ENDIAN 1
42#define PJ_IS_BIG_ENDIAN 0
43
44
45#endif /* __PJ_COMPAT_M_ALPHA_H__ */
46