diff options
Diffstat (limited to 'purgatory/arch/ppc')
-rw-r--r-- | purgatory/arch/ppc/purgatory-ppc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/purgatory/arch/ppc/purgatory-ppc.c b/purgatory/arch/ppc/purgatory-ppc.c index ab4d941..077f495 100644 --- a/purgatory/arch/ppc/purgatory-ppc.c +++ b/purgatory/arch/ppc/purgatory-ppc.c @@ -5,3 +5,9 @@ void setup_arch(void) { /* Nothing for now */ } + +/* This function can be used to execute after the SHA256 verification. */ +void post_verification_setup_arch(void) +{ + /* Nothing for now */ +} |