Changeset 33257
- Timestamp:
- Feb 14, 2012, 6:45:45 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src
- Files:
-
- 2 edited
-
libdvo/include/dvo.h (modified) (1 diff)
-
photdbc/include/dvodist.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33244 r33257 225 225 226 226 typedef enum { 227 MODE_NONE = 0,228 MODE_OUT = 1,229 MODE_IN = 2,230 } ModeType;231 232 typedef enum {233 227 DATA_ON_TGT = 0x01, 234 228 DATA_COPY_FAILURE = 0x02, -
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h
r33240 r33257 7 7 // used by the md5 stuff 8 8 # define NDIGEST 16 9 10 typedef enum { 11 MODE_NONE = 0, 12 MODE_OUT = 1, 13 MODE_IN = 2, 14 } ModeType; 9 15 10 16 /* global variables */
Note:
See TracChangeset
for help on using the changeset viewer.
