blob: 5d7b7635d0957f7f995faaae1a3dbc7117e63ea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* SPDX-FileCopyrightText: (c) 2025-2026 Tenstorrent USA, Inc.
* SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef __TENSTORRENT_ASCALON_H__
#define __TENSTORRENT_ASCALON_H__
void tt_ascalon_discover_pmas_from_boot_hart(void);
void tt_ascalon_verify_pmas_nonboot_hart(void);
#endif
|