asi.h 344 B

123456789101112131415
  1. /* Address Space Identifier (ASI) values for sparc processors.
  2. *
  3. * (C) Copyright 2008
  4. * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+
  7. */
  8. #ifndef _SPARC_ASI_H
  9. #define _SPARC_ASI_H
  10. /* ASI numbers are processor implementation specific */
  11. #include <asm/arch/asi.h>
  12. #endif /* _SPARC_ASI_H */