TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
tt_bindesc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef TENSTORRENT_TT_BINDESC_H_
8#define TENSTORRENT_TT_BINDESC_H_
9
13#define BINDESC_ID_APP_GIT_VERSION 0x8FF
14
15#if defined(CONFIG_TT_BINDESC)
16extern const struct bindesc_entry BINDESC_NAME(app_git_version);
17#endif
18
19#endif /* TENSTORRENT_TT_BINDESC_H_ */