Add hexdump lib function
commit01241e5d6c99ec9613e6a94bcba9b58fb09316b0
authorLiu Aleaxander <Aleaxander@gmail.com>
Thu, 27 May 2010 07:49:07 +0000 (27 15:49 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Thu, 27 May 2010 07:49:07 +0000 (27 15:49 +0800)
tree4db3c5722a62163d93585e0548cdfa26d7ee5e45
parent4f8eb15a4e4fe4a668e27d7aa182da5df9333a59
Add hexdump lib function

Also add two stdio.h and hexdump.h files, and a new sprintk function added.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
include/hexdump.h [new file with mode: 0644]
include/stdio.h [new file with mode: 0644]
init/init.c
kernel/Makefile
kernel/hexdump.c [new file with mode: 0644]
kernel/printk.c