gcc_intrin.h 368 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. *
  4. * Copyright (C) 2002,2003 Jun Nakajima <[email protected]>
  5. * Copyright (C) 2002,2003 Suresh Siddha <[email protected]>
  6. */
  7. #ifndef _ASM_IA64_GCC_INTRIN_H
  8. #define _ASM_IA64_GCC_INTRIN_H
  9. #include <uapi/asm/gcc_intrin.h>
  10. register unsigned long ia64_r13 asm ("r13") __used;
  11. #endif /* _ASM_IA64_GCC_INTRIN_H */