1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added support for PDB machine type.

This commit is contained in:
Gerry Stellenberg
2011-11-04 16:09:23 -05:00
parent b6a40477c0
commit 21c3a45e88
2 changed files with 4 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ typedef enum PRMachineType {
kPRMachineWPC95 = 4,
kPRMachineSternWhitestar = 5,
kPRMachineSternSAM = 6,
kPRMachinePDB = 7,
} PRMachineType;
// PRHandle Creation and Deletion