19 lines
293 B
C
19 lines
293 B
C
/* @(#)zsvar.h 1.1 94/10/31 SMI */
|
|
|
|
/*
|
|
* Copyright (c) 1984 by Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/*
|
|
* flag definitions
|
|
*/
|
|
|
|
#ifndef _sundev_zsvar_h
|
|
#define _sundev_zsvar_h
|
|
|
|
#define ZS_CAR0 0x0001
|
|
#define ZS_CAR1 0x0002
|
|
#define ZS_KBDMS 0x0100
|
|
|
|
#endif /*!_sundev_zsvar_h*/
|