summaryrefslogtreecommitdiff
path: root/board/pompom
diff options
context:
space:
mode:
Diffstat (limited to 'board/pompom')
-rw-r--r--board/pompom/board.c1
-rw-r--r--board/pompom/board.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/board/pompom/board.c b/board/pompom/board.c
index b3def9444e..698980c53b 100644
--- a/board/pompom/board.c
+++ b/board/pompom/board.c
@@ -21,6 +21,7 @@
#include "lid_switch.h"
#include "pi3usb9201.h"
#include "power.h"
+#include "power/sc7180.h"
#include "power_button.h"
#include "pwm.h"
#include "pwm_chip.h"
diff --git a/board/pompom/board.h b/board/pompom/board.h
index a1e648cffa..81457fc5af 100644
--- a/board/pompom/board.h
+++ b/board/pompom/board.h
@@ -97,10 +97,6 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
-/* Swithcap functions */
-void board_set_switchcap_power(int enable);
-int board_is_switchcap_enabled(void);
-int board_is_switchcap_power_good(void);
/* Custom function to indicate if sourcing VBUS */
int board_is_sourcing_vbus(int port);
/* Enable VBUS sink for a given port */