aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/reset.c')
-rw-r--r--src/soc/intel/broadwell/reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/reset.c b/src/soc/intel/broadwell/reset.c
index e4d01c2790..ad90dcd880 100644
--- a/src/soc/intel/broadwell/reset.c
+++ b/src/soc/intel/broadwell/reset.c
@@ -28,12 +28,12 @@
* with ETR[20] set.
*/
-void soft_reset(void)
+void do_soft_reset(void)
{
outb(0x04, 0xcf9);
}
-void hard_reset(void)
+void do_hard_reset(void)
{
outb(0x06, 0xcf9);
}