summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/smaug/pmic.h
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-10-23 21:41:43 -0600
committerMartin Roth <martinroth@google.com>2019-10-27 21:08:49 +0000
commitad0f4853619b1c239b8ace7554958c6b4932c04f (patch)
tree30aab33490fa6d6dacc17a0f1bac99f0554c8ea5 /src/mainboard/google/smaug/pmic.h
parent38ddbfb325866716c9c65a460e388f33d1a773dd (diff)
downloadcoreboot-ad0f4853619b1c239b8ace7554958c6b4932c04f.tar.gz
coreboot-ad0f4853619b1c239b8ace7554958c6b4932c04f.tar.bz2
coreboot-ad0f4853619b1c239b8ace7554958c6b4932c04f.zip
src/mainboard: change "unsigned" to "unsigned int"
Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I46d131f76ec930d2ef0f74e6eaabae067df10754 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36330 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/google/smaug/pmic.h')
-rw-r--r--src/mainboard/google/smaug/pmic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/smaug/pmic.h b/src/mainboard/google/smaug/pmic.h
index e01a556948ef..130f134d95e2 100644
--- a/src/mainboard/google/smaug/pmic.h
+++ b/src/mainboard/google/smaug/pmic.h
@@ -73,8 +73,8 @@
#define MAX77621_CONTROL1_REG 0x02
#define MAX77621_CONTROL2_REG 0x03
-void pmic_init(unsigned bus);
-void pmic_write_reg_77620(unsigned bus, uint8_t reg, uint8_t val,
+void pmic_init(unsigned int bus);
+void pmic_write_reg_77620(unsigned int bus, uint8_t reg, uint8_t val,
int delay);
#endif /* __MAINBOARD_GOOGLE_FOSTER_PMIC_H__ */