summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/m_sparc.h
blob: 5fd624007050e2032863c5d06c7e4600c3690539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* $Id$
 *
 */
/* 
 *$Log:  $
 * 
 */
#ifndef __PJ_COMPAT_M_SPARC_H__
#define __PJ_COMPAT_M_SPARC_H__

/**
 * @file m_sparc.h
 * @brief Describes SPARC family processor specifics.
 */

#define PJ_SPARC		1

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


#endif	/* __PJ_COMPAT_M_SPARC_H__ */