From 6f31926c6106d9610a6e1862e6932d03a95e644d Mon Sep 17 00:00:00 2001 From: nakasima Date: Thu, 18 Oct 2007 23:53:07 +0000 Subject: [PATCH] arrange OSChipType. git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@300 4ee2a332-4b2b-5046-8439-1ba90f034370 --- include/twl/os/common/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/twl/os/common/system.h b/include/twl/os/common/system.h index 3684765..494d7d9 100644 --- a/include/twl/os/common/system.h +++ b/include/twl/os/common/system.h @@ -30,7 +30,8 @@ extern "C" { typedef enum { OS_CHIPTYPE_PRODUCT = 0, - OS_CHIPTYPE_ALL_DEBUGGER = 1, + OS_CHIPTYPE_DEBUGGER_BOTH = 1, + OS_CHIPTYPE_DEBUGGER_ARM9 = 1, OS_CHIPTYPE_EVALUATE = 3 } OSChipType;