]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sparc/include/asm/leon3.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / sparc / include / asm / leon3.h
CommitLineData
1e9a164e
DH
1/* LEON3 header file. LEON3 is a free GPL SOC processor available
2 * at www.gaisler.com.
3 *
4 * (C) Copyright 2007
5 * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
1e9a164e
DH
8 */
9
10#ifndef __LEON3_H__
11#define __LEON3_H__
12
13#ifndef CONFIG_LEON3
14#error Include LEON3 header file only if LEON3 processor
15#endif
16
1aeed8d7
WD
17/* Not much to define, most is Plug and Play and GRLIB dependent
18 * not LEON3 dependent. See <ambapp.h> for GRLIB timers, interrupt
1e9a164e
DH
19 * ctrl, memory controllers etc.
20 */
21
1e9a164e 22#endif