xref: /kernel/linux/linux-5.10/arch/sparc/include/asm/starfire.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/sparc/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * starfire.h: Group all starfire specific code together.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2000 Anton Blanchard (anton@samba.org)
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _SPARC64_STARFIRE_H
98c2ecf20Sopenharmony_ci#define _SPARC64_STARFIRE_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __ASSEMBLY__
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciextern int this_is_starfire;
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_civoid check_if_starfire(void);
168c2ecf20Sopenharmony_civoid starfire_hookup(int);
178c2ecf20Sopenharmony_ciunsigned int starfire_translate(unsigned long imap, unsigned int upaid);
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif
208c2ecf20Sopenharmony_ci#endif
21

Indexes created Thu Nov 07 10:32:03 CST 2024