blob: 2bc9d754014faad2a173d8cb518b2f20ea5f9f07 [file] [log] [blame]
// 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_