blob: 2c3127e629f8ce06105c837588724a21617c8660 [file] [log] [blame]
Alif Zakuan Yuslaimi71257822025-02-18 16:35:01 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2025 Altera Corporation <www.altera.com>
4 */
5
6#ifndef BOARD_H_
7#define BOARD_H_
8
9u8 socfpga_get_board_id(void);
10
11#endif /* _BOARD_H_ */