diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-04 16:15:50 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-20 06:16:54 +0000 |
commit | ce39ba97bc1906e7fbfec09312fcfec2919cf03e (patch) | |
tree | b87ea0d3fd38f847aba267a0ae79ea9d90e4e376 /src/arch/x86/cpu.c | |
parent | 229d5b2f46af0c3c1472311c715c2191dfe7cbbd (diff) | |
download | coreboot-ce39ba97bc1906e7fbfec09312fcfec2919cf03e.tar.xz |
drivers/pc80/rtc: Reorganize prototypes
Change-Id: Idea18f437c31ebe83dd61a185e614106a1f8f976
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38199
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/arch/x86/cpu.c')
-rw-r--r-- | src/arch/x86/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/cpu.c b/src/arch/x86/cpu.c index 8f8fdc1fd0..1ee8fb32c3 100644 --- a/src/arch/x86/cpu.c +++ b/src/arch/x86/cpu.c @@ -5,6 +5,7 @@ #include <boot/coreboot_tables.h> #include <console/console.h> #include <cpu/cpu.h> +#include <post.h> #include <string.h> #include <cpu/x86/mp.h> #include <cpu/x86/lapic.h> |