aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/northbridge.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-04 08:01:09 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-05 12:44:43 +0000
commit13a500a404083c250e28816a394ee8d2849f4028 (patch)
tree48ddf3d66501baa91c6aad76a1f1857185e260f1 /src/northbridge/amd/lx/northbridge.h
parent64aa881263fa3fdec827a3f7adf04b138ab82ff1 (diff)
amd/geode_lx: Fix .c includes
Change-Id: I2cce52561d30e30e1c81752cd2a455e7211006eb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26825 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Piotr Król <piotr.krol@3mdeb.com>
Diffstat (limited to 'src/northbridge/amd/lx/northbridge.h')
-rw-r--r--src/northbridge/amd/lx/northbridge.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/northbridge/amd/lx/northbridge.h b/src/northbridge/amd/lx/northbridge.h
index 9a4ff29664..51c2c14e75 100644
--- a/src/northbridge/amd/lx/northbridge.h
+++ b/src/northbridge/amd/lx/northbridge.h
@@ -16,8 +16,6 @@
#ifndef NORTHBRIDGE_AMD_LX_H
#define NORTHBRIDGE_AMD_LX_H
-#include <cpu/amd/lxdef.h>
-
/* northbridge.c */
int sizeram(void);
@@ -26,4 +24,8 @@ void northbridge_init_early(void);
/* pll_reset.c */
unsigned int GeodeLinkSpeed(void);
+void lx_pll_reset(void);
+
+void lx_msr_init(void);
+
#endif