26 lines
384 B
C
Executable File
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 */
|