blob: 5cdcde53c34b915016be0c410a84bbd97f9794fc [file] [log] [blame]
Benny Prijono0a749f12005-10-31 21:02:30 +00001/* $Header: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h 2 9/17/05 10:37a Bennylp $ */
2/* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h $
3 *
4 * 2 9/17/05 10:37a Bennylp
5 * Major reorganization towards version 0.3.
6 *
7 */
8#ifndef __PJ_COMPAT_M_M68K_H__
9#define __PJ_COMPAT_M_M68K_H__
10
11/**
12 * @file m_m68k.h
13 * @brief Describes Motorola m68k family processor specifics.
14 */
15
16#define PJ_HAS_PENTIUM 0
17#define PJ_IS_LITTLE_ENDIAN 1
18#define PJ_IS_BIG_ENDIAN 0
19
20
21#endif /* __PJ_COMPAT_M_M68K_H__ */