Files
Arquivotheca.SunOS-4.1.4/sys/sun4c/romvec.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

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