~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to grub-core/lib/posix_wrap/sys/types.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.6.24 experimental)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
typedef grub_uint32_t uint32_t;
33
33
typedef grub_uint64_t uint64_t;
34
34
 
 
35
typedef grub_int8_t int8_t;
 
36
typedef grub_int16_t int16_t;
 
37
typedef grub_int32_t int32_t;
 
38
typedef grub_int64_t int64_t;
 
39
 
35
40
#ifdef GRUB_CPU_WORDS_BIGENDIAN
36
41
#define WORDS_BIGENDIAN
37
42
#else