Daniel Hellstrom | c2f02da | 2008-03-28 09:47:00 +0100 | [diff] [blame] | 1 | /* Address Space Identifier (ASI) values for sparc processors. |
| 2 | * |
| 3 | * (C) Copyright 2008 |
| 4 | * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com. |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Daniel Hellstrom | c2f02da | 2008-03-28 09:47:00 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _SPARC_ASI_H |
| 10 | #define _SPARC_ASI_H |
| 11 | |
| 12 | /* ASI numbers are processor implementation specific */ |
| 13 | #include <asm/arch/asi.h> |
| 14 | |
| 15 | #endif /* _SPARC_ASI_H */ |