blob: 0239c3414c7f41236fd30d947a316e665748ed9e [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/* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_i386.h $
26 *
27 * 3 9/21/05 1:39p Bennylp
28 * Periodic checkin for backup.
29 *
30 * 2 9/17/05 10:37a Bennylp
31 * Major reorganization towards version 0.3.
32 *
33 */
34#ifndef __PJ_COMPAT_M_i386_H__
35#define __PJ_COMPAT_M_i386_H__
36
37/**
38 * @file m_i386.h
39 * @brief Describes Intel i386 family processor specifics.
40 */
41
42#define PJ_M_I386 1
43
44#define PJ_HAS_PENTIUM 1
45#define PJ_IS_LITTLE_ENDIAN 1
46#define PJ_IS_BIG_ENDIAN 0
47
48
49#endif /* __PJ_COMPAT_M_i386_H__ */