mirror of
https://github.com/a0rtega/pafish
synced 2024-11-22 14:21:19 +03:00
14 lines
139 B
C
14 lines
139 B
C
|
|
#ifndef VMWARE_H
|
|
#define VMWARE_H
|
|
|
|
int vmware_reg_key1();
|
|
|
|
int vmware_reg_key2();
|
|
|
|
int vmware_sysfile1();
|
|
|
|
int vmware_sysfile2();
|
|
|
|
#endif
|