Last change
on this file since 5881 was 4088, checked in by vboxsync, 17 years ago |
opengl/parallel: proper credits to Alexander Eichner.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
805 bytes
|
Line | |
---|
1 | /* $Id: ParallelIOCtlCmd.h 4088 2007-08-08 09:12:59Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBox parallel device, Private Driver IOCtls.
|
---|
4 | *
|
---|
5 | * Contributed by: Alexander Eichner
|
---|
6 | */
|
---|
7 |
|
---|
8 | /*
|
---|
9 | * Copyright (C) 2006-2007 innotek GmbH
|
---|
10 | *
|
---|
11 | * This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
12 | * available from http://www.virtualbox.org. This file is free software;
|
---|
13 | * you can redistribute it and/or modify it under the terms of the GNU
|
---|
14 | * General Public License as published by the Free Software Foundation,
|
---|
15 | * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
16 | * distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
17 | * be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
18 | */
|
---|
19 |
|
---|
20 | /* Command defines for IOCtl function */
|
---|
21 |
|
---|
22 | #define LPT_IOCTL_COMMAND_SET_MODE 1
|
---|
23 | #define LPT_IOCTL_COMMAND_GET_CONTROL 2
|
---|
24 | #define LPT_IOCTL_COMMAND_SET_CONTROL 3
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.