summaryrefslogtreecommitdiff
path: root/src/mainboard/getac/p470/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/getac/p470/smihandler.c')
-rw-r--r--src/mainboard/getac/p470/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/smihandler.c b/src/mainboard/getac/p470/smihandler.c
index 6122c82e9a..c66abadd7a 100644
--- a/src/mainboard/getac/p470/smihandler.c
+++ b/src/mainboard/getac/p470/smihandler.c
@@ -180,7 +180,7 @@ static void mainboard_smi_hotkey(u8 hotkey)
printk(BIOS_DEBUG, "EC hotkey: %02x\n", hotkey);
}
-void mainboard_smi_gpi(u16 gpi_sts)
+void mainboard_smi_gpi(u32 gpi_sts)
{
u8 source, hotkey;
send_ec_oem_command(0x5c);