blob: deff70ee67a3c8d004a1a9b98e219945599b65b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2025 Altera Corporation <www.altera.com>
*
*/
#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__
#define __CONFIG_SOCFGPA_AGILEX7M_H__
#include <configs/socfpga_soc64_common.h>
#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */
|