TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
bh_arc_priv.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef INCLUDE_TENSTORRENT_LIB_BH_ARC_PRIV_H_
8#define INCLUDE_TENSTORRENT_LIB_BH_ARC_PRIV_H_
9
10#include <tenstorrent/bh_arc.h>
11
12int bharc_enable_i2cbus(const struct bh_arc *dev);
13int bharc_disable_i2cbus(const struct bh_arc *dev);
14
15#endif
int bharc_enable_i2cbus(const struct bh_arc *dev)
Definition bh_arc.c:10
int bharc_disable_i2cbus(const struct bh_arc *dev)
Definition bh_arc.c:21
Definition bh_arc.h:62