summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/gardenia/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/gardenia/gpio.h')
-rw-r--r--src/mainboard/amd/gardenia/gpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/gardenia/gpio.h b/src/mainboard/amd/gardenia/gpio.h
index f3869448f5..1d3a8a2508 100644
--- a/src/mainboard/amd/gardenia/gpio.h
+++ b/src/mainboard/amd/gardenia/gpio.h
@@ -16,7 +16,7 @@
#ifndef MAINBOARD_GPIO_H
#define MAINBOARD_GPIO_H
-const struct soc_amd_stoneyridge_gpio *early_gpio_table(size_t *size);
-const struct soc_amd_stoneyridge_gpio *gpio_table(size_t *size);
+const struct soc_amd_gpio *early_gpio_table(size_t *size);
+const struct soc_amd_gpio *gpio_table(size_t *size);
#endif /* MAINBOARD_GPIO_H */