18 lines
363 B
C
18 lines
363 B
C
/* @(#)romvec.h 1.1 94/10/31 SMI */
|
|
|
|
#ifndef _sun4c_romvec_h
|
|
#define _sun4c_romvec_h
|
|
|
|
/*
|
|
* Copyright (c) 1988 Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/*
|
|
* Sun4c specific romvec routines
|
|
* The following code is dropped directly into the sunromvec struct,
|
|
* thus its strange appearance
|
|
*/
|
|
void (*v_setcxsegmap)(); /* Set segment in any context. */
|
|
|
|
#endif _sun4c_romvec_h
|