Last change
on this file since 4878 was 4478, checked in by vboxsync, 17 years ago |
copyright header fixes
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ;; @file
|
---|
2 | ; VBoxGuest - VirtualBox Guest Additions Interface, NASM/YASM header.
|
---|
3 | ;
|
---|
4 |
|
---|
5 | ;/*
|
---|
6 | ; Copyright (C) 2006-2007 innotek GmbH
|
---|
7 | ;
|
---|
8 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
10 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | ; General Public License as published by the Free Software Foundation,
|
---|
12 | ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
13 | ; distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
14 | ; be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | ; */
|
---|
16 |
|
---|
17 | %ifndef ___VBox_VBoxGuest_mac___
|
---|
18 | %define ___VBox_VBoxGuest_mac___
|
---|
19 |
|
---|
20 | %define VMMDEV_VERSION_MAJOR 1
|
---|
21 | %define VMMDEV_VERSION_MINOR 4
|
---|
22 | %define VMMDEV_VERSION 000010004h
|
---|
23 |
|
---|
24 | %ifdef RT_OS_OS2
|
---|
25 | %define VBOXGUEST_DEVICE_NAME "vboxgst$"
|
---|
26 |
|
---|
27 | ;; aka VBOXGUESTOS2IDCCONNECT
|
---|
28 | struc VBGOS2IDC
|
---|
29 | .u32Version resd 1
|
---|
30 | .u32Session resd 1
|
---|
31 | .pfnServiceEP resd 1
|
---|
32 | .fpfnServiceEP resd 1
|
---|
33 | .fpfnServiceAsmEP resd 1
|
---|
34 | endstruc
|
---|
35 |
|
---|
36 | %endif ; RT_OS_OS2
|
---|
37 |
|
---|
38 | %endif
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.