| 1234567891011121314151617 | 
							- /*
 
-  * oplib.h:  Describes the interface and available routines in the
 
-  *           Linux Prom library.
 
-  *
 
-  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
 
-  */
 
- #ifndef __SPARC_OPLIB_H
 
- #define __SPARC_OPLIB_H
 
- #include <asm/openprom.h>
 
- /* The master romvec pointer... */
 
- extern struct linux_romvec *romvec;
 
- /* Enumeration to describe the prom major version we have detected. */
 
- enum prom_major_version {
 
 
  |