From dfa217d52df1b5a968dca1244244fbfce1ab6826 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Thu, 8 Aug 2019 10:06:40 -0600 Subject: usb: de-dup common code from old and new PD stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We still need to pull out more common code between the two stacks, but this is scaffolding with a few examples. BRANCH=firmware-atlas-11827.B BUG=b:137493121 TEST=With other PD Policies patches, flash atlas and run faft_ec&pd Change-Id: Ibd9dda1e544e06f02aa3dde48ca7de1539700cfa Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1744655 Reviewed-by: Denis Brockus Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2296083 Tested-by: Dawid Niedźwiecki Reviewed-by: caveh jalali Commit-Queue: Dossym Nurmukhanov --- board/fizz/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/fizz/board.h') diff --git a/board/fizz/board.h b/board/fizz/board.h index 09f5e15c4c..6b1a72e988 100644 --- a/board/fizz/board.h +++ b/board/fizz/board.h @@ -268,7 +268,6 @@ enum OEM_ID { /* Board specific handlers */ void board_reset_pd_mcu(void); void board_set_tcpc_power_mode(int port, int mode); -int board_get_battery_soc(void); void led_alert(int enable); void led_critical(void); -- cgit v1.2.1