[BACK]Return to ioctl.h CVS log [TXT][DIR] Up to [local] / prex-old / include / prex

Diff for /prex-old/include/prex/ioctl.h between version 1.1 and 1.2

version 1.1, 2008/06/03 10:38:44 version 1.2, 2008/07/23 21:47:29
Line 58 
Line 58 
 };  };
   
 /*  /*
    * CPU frequency control
    */
   #define CPUIOC_GET_FREQ _IOR('6', 2, int)
   #define CPUIOC_SET_FREQ _IOW('6', 3, int)
   
   /*
  * Power management I/O control code   * Power management I/O control code
  */   */
 #define PMIOC_SET_POWER         _IOW('P', 0, int)  #define PMIOC_SET_POWER         _IOW('P', 0, int)
Line 90 
Line 96 
         long    tv_sec;         /* seconds */          long    tv_sec;         /* seconds */
         long    tv_usec;        /* and microseconds */          long    tv_usec;        /* and microseconds */
 };  };
   
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb