Show
Ignore:
Timestamp:
12/28/04 00:15:15 (4 years ago)
Author:
everaldo_canuto
Message:

Move encoder version information to eaccelerator.h, today this information are in two places, encoder.h and loader.h now it is unified.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.h

    r35 r49  
    192192 
    193193#define EACCELERATOR_EXTENSION_NAME "eAccelerator" 
    194 #define EACCELERATOR_LOADER_EXTENSION_NAME "Turck Loader" 
     194#define EACCELERATOR_LOADER_EXTENSION_NAME "eLoader" 
     195 
     196#define MMC_ENCODER_VERSION   0x00000003 
     197#define MMC_ENCODER_END       0x00 
     198#define MMC_ENCODER_NAMESPACE 0x01 
     199#define MMC_ENCODER_CLASS     0x02 
     200#define MMC_ENCODER_FUNCTION  0x03 
    195201 
    196202#endif /*#ifndef INCLUDED_EACCELERATOR_H*/