mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Separated kPRMachineStern into ...SternSAM and ...SternWhitestar
This commit is contained in:
@@ -96,7 +96,8 @@ typedef enum PRMachineType {
|
|||||||
kPRMachineInvalid = 0,
|
kPRMachineInvalid = 0,
|
||||||
kPRMachineCustom = 1,
|
kPRMachineCustom = 1,
|
||||||
kPRMachineWPC = 2,
|
kPRMachineWPC = 2,
|
||||||
kPRMachineStern = 3, // May be split into kPRMachineWhitestar and kPRMachineSAM.
|
kPRMachineSternWhitestar = 3,
|
||||||
|
kPRMachineSternSAM = 4,
|
||||||
} PRMachineType;
|
} PRMachineType;
|
||||||
|
|
||||||
// PRHandle Creation and Deletion
|
// PRHandle Creation and Deletion
|
||||||
|
|||||||
Reference in New Issue
Block a user