Add rand/rand_r/srand functions for generating pseudo-random bytes.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3222 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-04-07 23:33:50 +00:00
parent c6092c0f34
commit 4eb5089821
4 changed files with 61 additions and 0 deletions

View File

@@ -29,3 +29,4 @@
TARGETS-y += libc/malloc.o libc/printf.o libc/console.o libc/string.o
TARGETS-y += libc/memory.o libc/ctype.o libc/ipchecksum.o libc/lib.o
TARGETS-y += libc/rand.o