blob: 38569dcae9388e985fed7df0b2d076225bdb8051 [file] [log] [blame]
Benny Prijono4766ffe2005-11-01 17:56:59 +00001/* $Id$
2 *
3 */
Benny Prijonodd859a62005-11-01 16:42:51 +00004/*
5 * $Log: /pjproject-0.3/pjlib/include/pj/compat/m_alpha.h $
6 *
7 * 1 10/29/05 5:23p Bennylp
8 * Created.
9 *
10 */
11#ifndef __PJ_COMPAT_M_ALPHA_H__
12#define __PJ_COMPAT_M_ALPHA_H__
13
14/**
15 * @file m_alpha.h
16 * @brief Describes Alpha processor family specifics.
17 */
18
19#define PJ_HAS_PENTIUM 0
20#define PJ_IS_LITTLE_ENDIAN 1
21#define PJ_IS_BIG_ENDIAN 0
22
23
24#endif /* __PJ_COMPAT_M_ALPHA_H__ */
25