]> git.ozlabs.org Git - petitboot/commitdiff
discover/grub2: Function infrastructure improvements
authorJeremy Kerr <jk@ozlabs.org>
Mon, 16 Sep 2013 08:26:46 +0000 (16:26 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 24 Sep 2013 05:14:59 +0000 (13:14 +0800)
For user-defined functions, we'll need a data pointer to the function's
execution callback. Add this as a void *, and change references from
'command' to 'function'.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found