david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[compiler] Add __always_inline macro

This commit is contained in:
Michael Brown 2008-09-13 16:21:47 +01:00
parent 60c3b69c31
commit 9b01a9fd9c
1 changed files with 3 additions and 0 deletions

View File

@ -325,6 +325,9 @@ extern void dbg_hex_dump_da ( unsigned long dispaddr,
/** Declare a data structure to be aligned with 16-byte alignment */
#define __aligned __attribute__ (( aligned ( 16 ) ))
/** Declare a function to be always inline */
#define __always_inline __attribute__ (( always_inline ))
/**
* Shared data.
*