starfire.h 418 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * starfire.h: Group all starfire specific code together.
  4. *
  5. * Copyright (C) 2000 Anton Blanchard ([email protected])
  6. */
  7. #ifndef _SPARC64_STARFIRE_H
  8. #define _SPARC64_STARFIRE_H
  9. #ifndef __ASSEMBLY__
  10. extern int this_is_starfire;
  11. void check_if_starfire(void);
  12. void starfire_hookup(int);
  13. unsigned int starfire_translate(unsigned long imap, unsigned int upaid);
  14. #endif
  15. #endif