XenevaOS
Loading...
Searching...
No Matches
vmware.h
Go to the documentation of this file.
1
30#ifndef __VMWARE_H__
31#define __VMWARE_H__
32
33#define VMWARE_MAGIC 0x564D5868
34#define VMWARE_PORT 0x5658
35#define VMWARE_PORTHB 0x5659
36
37#define VMWARE_CMD_GETVERSION 10
38#define VMWARE_CMD_MESSAGE 30
39#define VMWARE_ABSPOINTER_DATA 39
40#define VMWARE_ABSPOINTER_STATUS 40
41#define VMWARE_ABSPOINTER_COMMAND 41
42
43#define ABSPOINTER_ENABLE 0x45414552
44#define ABSPOINTER_RELATIVE 0xF5
45#define ABSPOINTER_ABSOLUTE 0x53424152
46
47#define MESSAGE_RPCI 0x49435052
48#define MESSAGE_TCLO 0x4f4c4354
49
50
51
52#endif