From 55f70dfcfb2283e9fea453494e14ec41de427eed Mon Sep 17 00:00:00 2001 From: gstellenberg Date: Sat, 10 Oct 2009 22:58:10 -0500 Subject: [PATCH] Split kPRMachineWPC into WPC and WPC95 --- include/pinproc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/pinproc.h b/include/pinproc.h index 44eda7d..cf7ef7f 100644 --- a/include/pinproc.h +++ b/include/pinproc.h @@ -96,8 +96,9 @@ typedef enum PRMachineType { kPRMachineInvalid = 0, kPRMachineCustom = 1, kPRMachineWPC = 2, - kPRMachineSternWhitestar = 3, - kPRMachineSternSAM = 4, + kPRMachineWPC95 = 3, + kPRMachineSternWhitestar = 4, + kPRMachineSternSAM = 5, } PRMachineType; // PRHandle Creation and Deletion