~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/skiboot/external/gard/config.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* For CCAN */
 
2
 
 
3
#include <endian.h>
 
4
#include <byteswap.h>
 
5
 
 
6
#define HAVE_TYPEOF                     1
 
7
#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1
 
8
 
 
9
 
 
10
#if __BYTE_ORDER == __LITTLE_ENDIAN
 
11
#define HAVE_BIG_ENDIAN         0
 
12
#define HAVE_LITTLE_ENDIAN      1
 
13
#else
 
14
#define HAVE_BIG_ENDIAN         1
 
15
#define HAVE_LITTLE_ENDIAN      0
 
16
#endif
 
17
 
 
18
#define HAVE_BYTESWAP_H 1
 
19
#define HAVE_BSWAP_64   1