18 lines
296 B
C
18 lines
296 B
C
/* @(#)buserr.h 1.1 94/10/31 SMI */
|
|
|
|
#ifndef _sun4m_buserr_h
|
|
#define _sun4m_buserr_h
|
|
|
|
#if defined(SUN4M_35)
|
|
/*
|
|
* Copyright 1987-1989 Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/*
|
|
* Flags to define type of memory error.
|
|
*/
|
|
#define MERR_SYNC 0x0
|
|
#define MERR_ASYNC 0x1
|
|
#endif
|
|
#endif _sun4m_buserr_h
|