diff --git a/firmware/ec/test/fake/fake_GPIO.h b/firmware/ec/test/fake/fake_GPIO.h index cd2a7ea0c5..d3107fc6e1 100644 --- a/firmware/ec/test/fake/fake_GPIO.h +++ b/firmware/ec/test/fake/fake_GPIO.h @@ -24,5 +24,6 @@ typedef struct FakeGpio_Obj { extern const OcGpio_FnTable FakeGpio_fnTable; void FakeGpio_triggerInterrupt(const OcGpio_Pin *pin); +void FakeGpio_registerDevSimple(void *GpioPins, void *GpioConfig); #endif /* FAKE_GPIO_H_ */