From 83e18669b6c2322c8eb5f8632ac823877d765e0d Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 18 May 2011 11:49:26 -0500 Subject: Device Framework support. Change-Id: I133f58df309c7fc3a7faa261699eba66a6bae4be Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/98 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran Reviewed-by: Andrew J. Geissler --- src/include/builtins.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/builtins.h') diff --git a/src/include/builtins.h b/src/include/builtins.h index 5126b6114..07b185697 100644 --- a/src/include/builtins.h +++ b/src/include/builtins.h @@ -39,6 +39,11 @@ extern "C" */ #define SYMB_SECTION(x) __attribute__((section(#x))) +/** + * Use of this macro will ensure a data structure is not padded + */ +#define PACKED __attribute__((packed)) + /** * Get the value of the link register * -- cgit v1.2.1