blob: 5fd624007050e2032863c5d06c7e4600c3690539 [file] [log] [blame]
Benny Prijono4766ffe2005-11-01 17:56:59 +00001/* $Id$
2 *
3 */
Benny Prijonodd859a62005-11-01 16:42:51 +00004/*
5 *$Log: $
6 *
7 */
8#ifndef __PJ_COMPAT_M_SPARC_H__
9#define __PJ_COMPAT_M_SPARC_H__
10
11/**
12 * @file m_sparc.h
13 * @brief Describes SPARC family processor specifics.
14 */
15
16#define PJ_SPARC 1
17
18#define PJ_HAS_PENTIUM 0
19#define PJ_IS_LITTLE_ENDIAN 0
20#define PJ_IS_BIG_ENDIAN 1
21
22
23#endif /* __PJ_COMPAT_M_SPARC_H__ */