#ifndef _PROTO_XVS_H
#define _PROTO_XVS_H

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XVS_PROTOS_H
#include <clib/xvs_protos.h>
#endif

#ifdef __GNUC__
#include <inline/xvs.h>
#else
#include <pragma/xvs_lib.h>
#endif

#ifndef __NOLIBBASE__
extern struct xvsBase *xvsBase;
#endif

#endif	/*  _PROTO_XVS_H  */
