Files
OpenCellular/src/lib
Paul Menzel 60ec2ff2f0 lib/hexdump: Use size_t for length parameter of hexdump32()
In the signature of the function `hexdump32()` it does not make sense to
represent a length, assumed to be positive, as a signed integer.
With this change, it is no longer necessary to cast a pointer to
unsigned long when passing it to `hexdump32()`.

The same change for the function `hexdump()` was done in commit
3dd0e72d [1].

	lib/hexdump: Take const void * and size_t as arguments

[1] http://review.coreboot.org/4575

Change-Id: Id97f5daff95f94e862ee8b5be896a6629b125a13
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/5646
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-05-05 08:59:05 +02:00
..
2014-05-01 15:39:26 +02:00
2014-03-04 15:26:08 +01:00
2014-03-04 15:26:08 +01:00
2014-01-14 14:14:46 +01:00
2013-07-10 20:17:51 +02:00
2003-07-19 04:28:22 +00:00
2013-07-10 20:17:51 +02:00
2012-12-06 23:13:17 +01:00
2013-05-01 07:08:44 +02:00
2013-01-12 19:09:55 +01:00
2013-07-10 20:17:51 +02:00
2010-02-22 16:41:49 +00:00
2013-09-17 21:04:35 +02:00
2013-07-10 20:17:51 +02:00
2009-01-20 21:40:16 +00:00
2004-03-13 03:40:29 +00:00
2009-01-20 21:40:16 +00:00
2013-06-10 22:30:39 +02:00
2013-02-12 05:05:39 +01:00
2014-02-11 21:55:30 +01:00