Files
Arquivotheca.Solaris-2.5/uts/sun4e/sys/zsmach.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

26 lines
384 B
C
Executable File

/*
* Copyright (c) 1993 by Sun Microsystems, Inc.
*/
#ifndef _SYS_ZSMACH_H
#define _SYS_ZSMACH_H
#pragma ident "@(#)zsmach.h 1.2 93/06/05 SMI"
#ifdef __cplusplus
extern "C" {
#endif
/*
* Sun 4e platform dependent software definitions for zs driver.
*/
#define ZSDELAY()
#define ZSFLUSH()
#define ZSNEXTPOLL(zs, zscurr)
#ifdef __cplusplus
}
#endif
#endif /* _SYS_ZSMACH_H */