summaryrefslogtreecommitdiff
path: root/board/servo_v4p1/usb_tc_snk_sm.h
blob: c501c010128507a9f44c576d39a68ff34c2c69cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __CROS_EC_USB_TC_SNK_SM_H
#define __CROS_EC_USB_TC_SNK_SM_H

/* Function to retrieve state of servo charger port */
int get_alternate_port_pwr(struct pwr_con_t *pwr);

#endif