From b64f7ea50222a57fe6818aeb663518960ea0032f Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 19 Feb 2017 02:47:01 +0100 Subject: [PATCH] Fixed last compile-breaking error in i82335.c. --- src/i82335.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i82335.c b/src/i82335.c index 13e31a4e9..75a593484 100644 --- a/src/i82335.c +++ b/src/i82335.c @@ -13,6 +13,8 @@ typedef struct i82335_t i82335; +uint8_t i82335_read(uint16_t addr, void *priv); + void i82335_write(uint16_t addr, uint8_t val, void *priv) { int i = 0;