Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * starfire.h: Group all starfire specific code together.
0004  *
0005  * Copyright (C) 2000 Anton Blanchard (anton@samba.org)
0006  */
0007 
0008 #ifndef _SPARC64_STARFIRE_H
0009 #define _SPARC64_STARFIRE_H
0010 
0011 #ifndef __ASSEMBLY__
0012 
0013 extern int this_is_starfire;
0014 
0015 void check_if_starfire(void);
0016 void starfire_hookup(int);
0017 unsigned int starfire_translate(unsigned long imap, unsigned int upaid);
0018 
0019 #endif
0020 #endif