Last change
on this file since 4171 was 4171, checked in by vboxsync, 17 years ago |
export
|
-
Property svn:eol-style
set to
native
|
File size:
665 bytes
|
Line | |
---|
1 | ;; @file
|
---|
2 | ; VBoxGuest - VirtualBox Guest Additions Interface, NASM/YASM header.
|
---|
3 | ;
|
---|
4 |
|
---|
5 | ;
|
---|
6 | ; Copyright (C) 2006-2007 innotek GmbH
|
---|
7 | ;
|
---|
8 | ; innotek GmbH confidential
|
---|
9 | ; All rights reserved
|
---|
10 |
|
---|
11 |
|
---|
12 | %ifndef ___VBox_VBoxGuest_mac___
|
---|
13 | %define ___VBox_VBoxGuest_mac___
|
---|
14 |
|
---|
15 | %define VMMDEV_VERSION_MAJOR 1
|
---|
16 | %define VMMDEV_VERSION_MINOR 4
|
---|
17 | %define VMMDEV_VERSION 000010004h
|
---|
18 |
|
---|
19 | %ifdef RT_OS_OS2
|
---|
20 | %define VBOXGUEST_DEVICE_NAME "vboxgst$"
|
---|
21 |
|
---|
22 | ;; aka VBOXGUESTOS2IDCCONNECT
|
---|
23 | struc VBGOS2IDC
|
---|
24 | .u32Version resd 1
|
---|
25 | .u32Session resd 1
|
---|
26 | .pfnServiceEP resd 1
|
---|
27 | .fpfnServiceEP resd 1
|
---|
28 | .fpfnServiceAsmEP resd 1
|
---|
29 | endstruc
|
---|
30 |
|
---|
31 | %endif ; RT_OS_OS2
|
---|
32 |
|
---|
33 | %endif
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.