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

« back to all changes in this revision

Viewing changes to roms/ipxe/src/arch/arm32/include/bits/compiler.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
#ifndef _BITS_COMPILER_H
 
2
#define _BITS_COMPILER_H
 
3
 
 
4
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
5
 
 
6
/** Dummy relocation type */
 
7
#define RELOC_TYPE_NONE R_ARM_NONE
 
8
 
 
9
#ifndef ASSEMBLY
 
10
 
 
11
#define __asmcall
 
12
#define __libgcc
 
13
 
 
14
#endif /* ASSEMBLY */
 
15
 
 
16
#endif /*_BITS_COMPILER_H */