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

26 lines
359 B
C

/*
* @(#)sunmon.h 1.1 94/10/31 SMI
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
#ifndef _mon_sunmon_h
#define _mon_sunmon_h
#ifdef sun2
#include "../sun2/sunmon.h"
#endif
#ifdef sun3
#include "../sun3/sunmon.h"
#endif
#ifdef sun3x
#include "../sun3x/sunmon.h"
#endif
#ifdef sun4
#include "../sun4/sunmon.h"
#endif
#endif /*!_mon_sunmon_h*/