Move gpio_debug from board to EC code
The gpio_debug() functionality depends on the ITE registers and not anything board-specific. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
f687000a4f
commit
59c386ec12
@@ -6,7 +6,6 @@
|
||||
#include <ec/gpio.h>
|
||||
|
||||
void gpio_init(void);
|
||||
void gpio_debug(void);
|
||||
|
||||
// clang-format off
|
||||
extern struct Gpio __code ACIN_N;
|
||||
|
Reference in New Issue
Block a user