Changeset 8535 for trunk/ippTools/src/chiptool.h
- Timestamp:
- Aug 23, 2006, 3:41:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.h
r7848 r8535 1 #ifndef P2 SEARCH_H2 #define P2 SEARCH_H 11 #ifndef P2TOOL_H 2 #define P2TOOL_H 1 3 3 4 4 #include "pxtools.h" 5 5 6 6 typedef enum { 7 P2 SEARCH_MODE_NONE = 0x0,8 P2 SEARCH_MODE_QUICK,9 P2 SEARCH_MODE_DEFINE,10 P2 SEARCH_MODE_PENDING,11 P2 SEARCH_MODE_DONE12 } p2 searchMode;7 P2TOOL_MODE_NONE = 0x0, 8 P2TOOL_MODE_QUICK, 9 P2TOOL_MODE_DEFINE, 10 P2TOOL_MODE_PENDING, 11 P2TOOL_MODE_DONE 12 } p2toolMode; 13 13 14 pxConfig *p2 searchConfig(pxConfig *config, int argc, char **argv);14 pxConfig *p2toolConfig(pxConfig *config, int argc, char **argv); 15 15 16 #endif // P2 SEARCH_H16 #endif // P2TOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
