Am Freitag, den 29.08.2008, 01:12 +0200 schrieb svn@coreboot.org:
Modified: trunk/payloads/libpayload/include/libpayload.h
--- trunk/payloads/libpayload/include/libpayload.h 2008-08-28 23:12:02 UTC (rev 3551) +++ trunk/payloads/libpayload/include/libpayload.h 2008-08-28 23:12:22 UTC (rev 3552) @@ -244,6 +244,7 @@ long long int llabs(long long int j); u8 bin2hex(u8 b); u8 hex2bin(u8 h); +void fatal(const char* msg) __attribute__ ((noreturn)); /** @} */
/** @@ -398,6 +399,8 @@
/**
- @defgroup arch Architecture Specific Functions
- This modules contains global architecure specific functions.
s/architecure/architecture/
See patch.
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net
Am Freitag, den 29.08.2008, 09:27 +0200 schrieb Paul Menzel:
Am Freitag, den 29.08.2008, 01:12 +0200 schrieb svn@coreboot.org:
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net
Thanks, r3552.
Paul
On Fri, Aug 29, 2008 at 02:04:23PM +0200, Paul Menzel wrote:
Am Freitag, den 29.08.2008, 09:27 +0200 schrieb Paul Menzel:
Am Freitag, den 29.08.2008, 01:12 +0200 schrieb svn@coreboot.org:
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net
Thanks, r3552.
r3554, I think.
Uwe.