Ignore:
Timestamp:
Oct 21, 2010, 3:30:19 PM (15 years ago)
Author:
markus
Message:

set builddate in DRIVERSTRUCT; fixed RM device signature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r33 r34  
    2121
    2222#include "os2ahci.h"
     23#include "bldday.h"
    2324
    2425/* -------------------------- macros and constants ------------------------- */
     
    6667  CMVERSION_MAJOR,                 /* RM interface version major */
    6768  CMVERSION_MINOR,                 /* RM interface version minor */
    68   2010, 4, 27,                     /* date */
     69  BLD_YEAR, BLD_MONTH, BLD_DAY,    /* date */
    6970  0,                               /* driver flags */
    7071  DRT_ADDDM,                       /* driver type */
Note: See TracChangeset for help on using the changeset viewer.