summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/m_m68k.h
blob: 5cdcde53c34b915016be0c410a84bbd97f9794fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $Header: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h 2     9/17/05 10:37a Bennylp $ */
/* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h $
 * 
 * 2     9/17/05 10:37a Bennylp
 * Major reorganization towards version 0.3.
 * 
 */
#ifndef __PJ_COMPAT_M_M68K_H__
#define __PJ_COMPAT_M_M68K_H__

/**
 * @file m_m68k.h
 * @brief Describes Motorola m68k family processor specifics.
 */

#define PJ_HAS_PENTIUM		0
#define PJ_IS_LITTLE_ENDIAN	1
#define PJ_IS_BIG_ENDIAN	0


#endif	/* __PJ_COMPAT_M_M68K_H__ */