aboutsummaryrefslogtreecommitdiff
path: root/src/include/pc80
diff options
context:
space:
mode:
authorefdesign98 <efdesign98@gmail.com>2011-08-04 16:18:16 -0600
committerPatrick Georgi <patrick@georgi-clan.de>2011-09-12 14:55:24 +0200
commit78834b794d82c91d2745f8de0e4d3bb14ee6187d (patch)
treedca9470ad32ececbfbd55e1c6d45a7b6de9b84ef /src/include/pc80
parent03169d3e1c03e76670ff7a07de7ee4fc6f601d3a (diff)
Miscellaneous AMD F14 warning fixes
This commit adds in some more fixes to AMD F14 compile warnings. The change in the mtrr.c file is in prep- aration for changes yet to com, but it is currently innocuous. Change-Id: I6b204fe0af16a97d982f46f0dfeaccc4b8eb883e Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Signed-off-by: efdesign98 <efdesign98@gmail.com> Reviewed-on: http://review.coreboot.org/133 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/include/pc80')
-rw-r--r--src/include/pc80/i8254.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pc80/i8254.h b/src/include/pc80/i8254.h
index b0d3a93fb3..82f31e6ff3 100644
--- a/src/include/pc80/i8254.h
+++ b/src/include/pc80/i8254.h
@@ -20,6 +20,8 @@
#ifndef PC80_I8254_H
#define PC80_I8254_H
+void setup_i8254(void);
+
/* Ports for the 8254 timer chip */
#define TIMER0_PORT 0x40
#define TIMER1_PORT 0x41