TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
board_variables.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
11
12#ifndef TT_BOARD_VARIABLES_H_
13#define TT_BOARD_VARIABLES_H_
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
34
40#define BOARD_VAR_SPI_JEDEC_ID 0
41
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* TT_BOARD_VARIABLES_H_ */