getopt for libpayload. in case someone wants to pass parameters to payloads and
authorStefan Reinauer <stepan@coresystems.de>
Wed, 29 Apr 2009 19:08:29 +0000 (19:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 29 Apr 2009 19:08:29 +0000 (19:08 +0000)
commit76b5d20d7815841e009d1d54f7929ec3034ec688
tree6e471f33ae36d2273b17ae3b26492bf39747b836
parentb8a939eab5f712838a41ffdb69e470377f1381cc
getopt for libpayload. in case someone wants to pass parameters to payloads and
parse them.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4228 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/include/getopt.h [new file with mode: 0644]
payloads/libpayload/libc/Makefile.inc
payloads/libpayload/libc/getopt_long.c [new file with mode: 0644]