aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx/syspreinit.c
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2007-05-10 18:32:28 +0000
committerStefan Reinauer <stepan@openbios.org>2007-05-10 18:32:28 +0000
commit9934b813da2556ab8159cfc13fb993ae98b04db4 (patch)
treeb5dfde66ae2d7694b4cc16799fa496f28e220059 /src/cpu/amd/model_lx/syspreinit.c
parentf8030bd9245f2f6fb7418595d58dc4326f6621f3 (diff)
Fix the indent and whitespace to match LinuxBIOS standards
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2650 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_lx/syspreinit.c')
-rw-r--r--src/cpu/amd/model_lx/syspreinit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpu/amd/model_lx/syspreinit.c b/src/cpu/amd/model_lx/syspreinit.c
index 4bc362c52c..82ea5baa67 100644
--- a/src/cpu/amd/model_lx/syspreinit.c
+++ b/src/cpu/amd/model_lx/syspreinit.c
@@ -29,14 +29,14 @@
/* * Destroys: Al,*/
/* **/
/* ***************************************************************************/
-void
-StartTimer1(void){
+void StartTimer1(void)
+{
outb(0x56, 0x43);
outb(0x12, 0x41);
}
-void
-SystemPreInit(void){
+void SystemPreInit(void)
+{
/* they want a jump ... */
#ifndef USE_DCACHE_RAM