/* Copyright 2023 The ChromiumOS Authors | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
*/ | |
#ifndef BUCK_BOOST_H_ | |
#define BUCK_BOOST_H_ | |
#include <stdint.h> | |
#include "dolos_smbus.h" | |
/* Initialize the buckboost | |
*/ | |
int bb_init(void); | |
#endif /* BUCK_BOOST_H_ */ |