1
0
Files
2022-09-29 17:59:04 +03:00

22 lines
1020 B
C

/**************************************************************************
* *
* Copyright (C) 1992-1997, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************/
#ifndef __SYS_SN_WAR_H__
#define __SYS_SN_WAR_H__
#if defined (SN0)
#include <sys/SN/SN0/war.h>
#elif defined (SN1)
#include <sys/SN/SN1/war.h>
#endif
#endif /* __SYS_SN_WAR_H__ */