blob: e832e3d95da4d9a2e3f9bde20b82d17081b54ec1 [file] [log] [blame] [edit]
/* 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_ */