// Copyright 2023 The Fuchsia Authors. | |
// | |
// SPDX-License-Identifier: BSD-2-Clause | |
#ifndef U_BOOT_INCLUDE_FUSB302_SINK_H_ | |
#define U_BOOT_INCLUDE_FUSB302_SINK_H_ | |
// Initializes the FUSB302 PD controller. | |
// | |
// Returns 0 in case of success, or a non-zero error code. | |
int fusb302_sink_init(void); | |
#endif // U_BOOT_INCLUDE_FUSB302_SINK_H_ |