home *** CD-ROM | disk | FTP | other *** search
- #define BOTH 0 /* Both lenses clear */
- #define RIGHT 1 /* Right lens clear */
- #define LEFT 2 /* Left lens clear */
- #define NONE 3 /* Both lenses black */
-
- #define Glasses(x) outportb(base+4, x)
-
- unsigned int com_base[] = { 0x3f8,
- 0x2f8,
- 0x3e8,
- 0x2e8
- };
- extern int getopt(int,char **,const char *);
- extern char *optarg;
- extern int optind;
- extern int opterr;
- extern void perror(const char *);
-
-
-